1
vote
1answer
905 views

Can't delete file even as root

I tried to delete a directory by running sudo rm -rf google-chrome. This gave no output message but the directory wasn't deleted. There is only one file remaining, google-chrome/default/User\ ...
0
votes
1answer
540 views

How to forcefully delete files (system files) [duplicate]

Possible Duplicate: How to delete/edit files from readonly filesystem i have a memory card (MS-DOS file system I believe) which I want to delete ALL the files in it. Even though I use sudo ...