Javascript Menu by Deluxe-Menu.com
Removing files and directories

Removing files and directories

To remove a file use the command:

   rm [option] filename

To remove a directory use the command:

   rmdir directory_name

or

   rm -r directory_name

You cannot retrieve a file or directory that has been removed; it has been removed permanently.


[Home] [Search] [Index] This site maintained by unixhelp@math.rutgers.edu
This page was last updated on September 05, 2006 at 10:30 am and is maintained by webmaster@math.rutgers.edu.
For questions or comments about this site, please contact help@math.rutgers.edu.
© 2009 Rutgers, The State University of New Jersey. All rights reserved.