Thread
:
Using xterminal
View Single Post
Rob1n
2010-04-20 , 08:12
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#
6
Originally Posted by
kingoddball
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.
Quote & Reply
|
Rob1n
View Public Profile
Send a private message to Rob1n
Find all posts by Rob1n