"리눅스 rmdir"의 두 판 사이의 차이

22번째 줄: 22번째 줄:
*[[rm]]
*[[rm]]
*[[cd]]
*[[cd]]
*[[RD]]
*[[주요 리눅스 명령어]]
*[[주요 리눅스 명령어]]
*[[GNU 코어유틸]]
*[[GNU 코어유틸]]


[[분류: /bin]]
[[분류: /bin]]

2014년 3월 23일 (일) 21:41 판

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 }}