linux

Total 136
Today 0
profile_image
몰라맨
13-01-11 18:07 0개 1,939회
리눅스 특수 문자 삭제 방법

-rw-r--r--.  1 root root 11798 2012-12-21 09:52 install.log
-rw-r--r--.  1 root root  4911 2012-12-21 09:51 install.log.syslog
-rw-------.  1 root root  6316 2012-12-21 09:53 ks-post.log
-rw-r--r--   1 root root   906 2013-01-03 11:26 ~

 

ls -ali (아이노드)

 

7602178 -rw-r--r--.  1 root root 11798 2012-12-21 09:52 install.log
7602179 -rw-r--r--.  1 root root  4911 2012-12-21 09:51 install.log.syslog
7602186 -rw-------.  1 root root  6316 2012-12-21 09:53 ks-post.log
7602187 -rw-r--r--   1 root root   906 2013-01-03 11:26 ~

 

" ~ " 류

 

find ./ -inum 7602187 -exec rm -rf {} \;

 

미숀 콤플리트

댓글목록

등록된 댓글이 없습니다.