Can anybody please explain to me the Difference between sodu rm -rf and sudo rm -R commands used for deleting files. The -rf and -R is the confusing part for me.
Thank You in advance..
Difference btw sodu rm -rf and sudo rm -R commands
Started by end47, Jan 29 2012 08:31 AM
sudo command remove delete
3 replies to this topic
#1
Posted 29 January 2012 - 08:31 AM
#2
Posted 29 January 2012 - 09:37 AM
-R Attempts to remove the directory including all of it's eventual subtrees and files.
Now what is -rf ?
Now what is -rf ?
#3
Posted 29 January 2012 - 03:47 PM
-f = Force, do not ask questions, just do it.
#4
Posted 19 July 2012 - 03:40 AM
-f = Force, you better be sure you know you want those files gone. It won't prompt or warn you no matter what or how much you're deleting. So an rm -rf command will delete a directory and everything beneath it, without warnings or prompts. Its probably the best all-purpose, mess up your computer command there is. Be absolutely triple certain before you use it.
But I don't know what sodu is. Never heard of sodu.
But I don't know what sodu is. Never heard of sodu.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users



Sign In
Create Account








