January 2003
Intermediate to advanced
832 pages
32h 40m
English
rmdir
rmdir [options]directories
Deletes the named directories (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.
-p
Remove directories and any intervening parent directories that become empty as a result; useful for removing subdirectory trees.