<tt>rmdir</tt>: Remove Directory



next up previous contents
Next: pwd: Print Working Up: File system Commands: Previous: mkdir: Make Directory

rmdir: Remove Directory

A directory can be removed with

rmdir directory
and again, directory may be an absolute or relative path name.

The directory being deleted must be empty (i.e., cannot have any child directories, or files), and the user must have write permission.



Super-User
Fri Feb 17 15:55:40 EST 1995