June 2004
Intermediate to advanced
1056 pages
39h 58m
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.
Read now
Unlock full access