Remove a directory

From Attie's Wiki
Revision as of 13:38, 16 October 2010 by Attie (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

To remove a directory, use the command below:

$ rm -rf <directory>

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

-rf specifies recursive and force

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox