LINUXコマンドrm-rf filenem

1151 ワード

rm -rf filenem


apeng@ubuntu:~$ rm --help
  :rm [  ]...   ...
   (unlink)   。

  -f, --force		    。        ,     
  -i			        
  -I			                    。    -i  
			     ,              
      --interactive[=WHEN]	     WHEN       :never,once (-I),
				  always (-i)。       WHEN      
      --one-file-system		         ,           
				          
      --no-preserve-roo	     "/"
      --preserve-root	     "/"(  )
  -r, -R, --recursive	          
  -v, --verbose		         
      --help		          
      --version		         

   ,rm       。  --recursive(-r  -R)         
   ,         。

         "-"    (  "-foo"),         :
  rm -- -foo
  rm ./-foo

Note that if you use rm to remove a file, it might be possible to recover
some of its contents, given sufficient expertise and/or time.  For greater
assurance that the contents are truly unrecoverable, consider using shred.

  [email protected]   rm    
GNU coreutils     :
GNU        :
     rm      
       ,   :info coreutils 'rm invocation'