Return to Snippet

Revision: 14455
at June 4, 2009 12:31 by bhubbard


Initial Code
#Securely delete a file called /home/vivek/login.txt:
shred -u ~/login.txt

#You can add a final overwrite with zeros to hide shredding:
shred -u -x ~/login.txt

Initial URL


Initial Description


Initial Title
Securely delete/overwrite a file

Initial Tags


Initial Language
Bash