In Ubuntu I'm trying to delete some files from a memory card, but whenever I try to do so, I get a Permission denied error and can't delete them.

The files happen to be viruses so I need to get rid of them. How can I do that?

link|improve this question
Not a programing question. – Patrick Dec 30 '09 at 17:18
feedback

migrated from stackoverflow.com Dec 30 '09 at 17:18

This question came from our site for professional and enthusiast programmers.

1 Answer

Try deleting them as super user, if you haven't yet:

sudo rm theFile
link|improve this answer
feedback

Your Answer

 
or
required, but never shown