Thread: Using xterminal
View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#6
Originally Posted by kingoddball View Post
Edit:
What does rm -rf do? I understand rm and rmdir etc. Just the '-rf'?
The "-r" option tells it to run recursively (i.e. for all subdirectories as well) and the "-f" option tells it to force the removal (i.e. ignore permissions (if possible), not prompt, etc). If you run it as root, then it will delete everything under the directory you run it from.