I've always wondered if cutting & pasting / removing the file from an OS would be the equivalent of taking proper precautions when deleting a file such as using the rm -rf command.
I DID read here: Where do files go when the rm command is issued? that IF you move it via sneakernet that all the OS does is unlink the file thus rendering it useless, the same as (to my understanding) the command rm -rf would do.
I would just like to know, hypothetically speaking, what would be the best, most secure way of removing a file from existence? So far I can only think of shredding it via the dd command, shredding it via bleachbit, rm -rfing it or as I'm super curious to know, using a USB flash drive to physically remove the file.