Linux
디렉토리 생성 및 삭제
bang2001
2014. 7. 22. 15:16
디렉토리 생성 : mkdir 디렉토리명
디렉토리 삭제 : rmdir 디렉토리명
파일을 삭제하는 rm 명령어로 디렉토리 삭제가 안될 수 있다.