Ask your own question, for FREE!
MIT 6.189 A Gentle Introduction to Programming Using Python (OCW) 12 Online
OpenStudy (anonymous):

what is the simplest way to permanently get rid of an unwanted file ?

OpenStudy (anonymous):

Depends on operating system

OpenStudy (anonymous):

You use `rm` for linux and `del` for DOS.

OpenStudy (anonymous):

neither of those satisfies the 'permanently' specification. files can be recovered very easily after using one of those options, and usually even after multiple formats. The only way to remove a file permanently is to rewrite the sectors the file occupies multiple times. There are some specialty software applications to do that which are fairly easy to use, but if you really REALLY want a quick easy way to permanently get rid of a file, nothing is more sure fire than taking apart the harddrive completely and then physically damaging the disks (assuming not a SSD)

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!