View Single Post
Posts: 726 | Thanked: 345 times | Joined on Apr 2010 @ Sweden
#6
Originally Posted by andraeseus1 View Post
already root already. still cant delete the file i am using rm -rf home/user/MyDocs/Dad\ backup
It's always helpful to supply as much information as possible. So, use the command "ls -l" on the directory that just won't go away and paste the result here.

When it comes to the rm command, -r means "recursive" and -f means "force" (as in, don't ask me about anything, just do it). If you actually are root (which is something else than to stand in the root directory, and still can't remove things with rm -rf it surely looks weird.

I have no idea why people use "sudo gainroot", just typing "root" with rootsh installed works, in my opinion, better.
 

The Following User Says Thank You to Joorin For This Useful Post: