Thread
:
how to remove files from /home/user...?
View Single Post
Vaskinn
2010-04-25 , 18:07
Posts: 86 | Thanked: 199 times | Joined on Apr 2010
#
5
Be aware that rm (short for ReMove, makes it easier to remember) comes with the safety off:
- You will not be prevented from deleting important files if you have the filesystem permissions.
- There is no garbage can, once it's deleted it can't be easily recovered, if at all.
- Be careful if the filename includes spaces of special characters especially "*". If you try to delete a file named "copy of important.txt" you'll easily end up trying to delete three files, called "copy" "of" and "important.txt" and it will delete "important.txt" even if it can't find the others.
Quote & Reply
|
Vaskinn
View Public Profile
Send a private message to Vaskinn
Find all posts by Vaskinn