rmdir

From Initq

Jump to: navigation, search

Remove a directory. The directory has to be empty before you delete it.

-f

--force flag will never prompt the user and will ignore missing files.

-r

--recursive removes contents of all subdirectories.

-d

--directory removes a directory.

Personal tools