리눅스 rmdir

Jmnote (토론 | 기여)님의 2014년 3월 23일 (일) 21:39 판 (새 문서: ==개요== ;remove directory; rmdir ;/bin/rmdir *빈 디렉토리를 삭제하는 리눅스 명령어 ==실습== <source lang='dos'> [root@jmnote ~]# mkdir test1 [root@jmnote ~]# rm...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요

remove directory; rmdir
/bin/rmdir
  • 빈 디렉토리를 삭제하는 리눅스 명령어

2 실습

[root@jmnote ~]# mkdir test1
[root@jmnote ~]# rmdir test1
[root@jmnote ~]# mkdir test2
[root@jmnote ~]# touch test2/hello.txt
[root@jmnote ~]# rmdir test2
rmdir: failed to remove `test2': Directory not empty

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}