1 FAQ tagged "rm -rf"
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
Yesterday ~ 7 Comments
Yesterday ~ 2 Comments
Yesterday ~ 3 Comments
Yesterday ~ 3 Comments
09/05/2008 12:28 pm (2 days ago) ~ 70 Comments