1 FAQ tagged "remove 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 ~ 3 Comments
Today ~ 3 Comments
Yesterday ~ 70 Comments
Yesterday ~ 2 Comments
09/04/2008 07:48 am (2 days ago) ~ 10 Comments