Remove a directory

From Attie's Wiki
Revision as of 10:37, 26 May 2010 by Attie (Talk | contribs)

Jump to: navigation, search

To remove a directory, use the command below:

$ rm -rdf <directory>

In the above example, you would replace "<directory>" with the name of the directory you wish to delete.

-rdf specifies recursive, remove directories and force

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox