Linux Secure Delete

From Hack Sphere Labs Wiki
Revision as of 13:22, 18 October 2013 by Webdawg (talk | contribs)

Jump to: navigation, search
sudo apt-get install secure-delete

This has four tools:

srm - securely delete an existing file
smem - securely delete traces of a file from ram
sfill - wipe all the space marked as empty on your hard drive
sswap - wipe all the data from you swap space.

Wipe Drive

dd

  • Progress of DD
while [ 1 ];
do 
  echo "Hello World";
  sleep 5;
done


Notes