1 FAQ tagged "delete directory command"
Viewing 1-1 of 1 FAQ -- Delete or remove a directory Linux command
Q. I am new to Linux and command line. How do I delete or remove a directory?
A. Use rmdir command. This command remove the DIRECTORY(ies), if they are empty. For example type following command to remove /tmp/docs directory:
$ rmdir /tmp/docs
If directory is not empty you will get an error:$ rmdir lettersOutput:rmdir: letters: Directory not empty
You [...]
Viewing 1-1 of 1 FAQ - ( see all popular tags )



Recent Comments
Today ~ 2 Comments
Yesterday ~ 10 Comments
Yesterday ~ 12 Comments
09/03/2008 05:29 pm (2 days ago) ~ 6 Comments
09/03/2008 01:14 pm (2 days ago) ~ 1 Comment