"리눅스 폴더만 삭제"의 두 판 사이의 차이

(새 문서: ;리눅스 폴더만 삭제 ==방법== ==같이 보기== *리눅스 특정 폴더 내 폴더 목록 보기 분류: 리눅스)
 
1번째 줄: 1번째 줄:
;리눅스 폴더만 삭제
;리눅스 폴더만 삭제


==방법==
==명령어==
 
 
==실행예시==
<source lang='dos'>
[root@jmnote test]# ll
total 16
-rw-r--r-- 1 root root    6 Jun 28 15:35 file1.txt
-rw-r--r-- 1 root root    6 Jun 28 15:36 file2.txt
drwxr-xr-x 2 root root 4096 Jun 28 15:36 folder1
drwxr-xr-x 2 root root 4096 Jun 28 15:36 folder2
</source>


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

2013년 6월 28일 (금) 15:36 판

리눅스 폴더만 삭제

1 명령어

2 실행예시

[root@jmnote test]# ll
total 16
-rw-r--r-- 1 root root    6 Jun 28 15:35 file1.txt
-rw-r--r-- 1 root root    6 Jun 28 15:36 file2.txt
drwxr-xr-x 2 root root 4096 Jun 28 15:36 folder1
drwxr-xr-x 2 root root 4096 Jun 28 15:36 folder2

3 같이 보기

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