You can use the shred command for this. It overwrites a file with random information. You can use it in a terminal, like this:

shred a_file

It safe to remove the file after this. You can shred and delete files with command, like this:

shred -u a_file

Reply via email to