View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#6
Yeah, rm doesn't return a message when it's deleted a file. If it says nothing, you can assume the file deleted fine or you would get an error message which rm does return when it couldn't delete a file.

If you want, you can use rm -v which at least returns the name of the file it's deleting.

You don't need use rootsh (i.e become root) when deleting files that you own.
 

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