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

16번째 줄: 16번째 줄:
rmdir: failed to remove `test2': Directory not empty
rmdir: failed to remove `test2': Directory not empty
</source>
</source>
:→ 디렉토리가 비어있지 않으면 삭제할 수 없음


==같이 보기==
==같이 보기==

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