home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: rmdel Chapter 2
UNIX Commands
Next: Reference: rsh
 

rmdir



rmdir

 [

options

] 

directories

Delete the named directories (the name itself, not the contents). directories are deleted from the parent directory and must be empty (if not, rm -r can be used instead). See also mkdir .

Options

-p

Remove directories and any intervening parent directories that become empty as a result; useful for removing subdirectory trees.

-s

Suppress standard error messages caused by -p .


Previous: Reference: rmdel UNIX in a Nutshell: System V Edition Next: Reference: rsh
Reference: rmdel Book Index Reference: rsh

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System