Top
||
Section Contents
||
Permuted Index
SavaJe OS
1.1.0
rmdir remove a file system directory
rmdir [-pv] dir
Remove the empty directory named dir
.
-p
|
remove all levels in the specified directory |
-v
|
verbose mode |
% rmdir a/b/c
Remove the directory c
in a/b
.
% rmdir -p a/b/c
Remove the directory c
, then b
, and finally a
.