Windows,Android,Linux,Apple Mac,Iphone,Ipad,Tips and Tricks,tutorial for Problem.Repair,Recovery,data,Troubleshooting,Computer Help,Software,Tweak Computers,Guide to Windows,linux and software Install guide.MotherBoard repair,Hardware.GSM,Phone,Wireless,WIFI,Msn,Ubuntu.Blogger tips....
Wiping Data Permanently from the command line
Learned this from the Tip and Tricks from Linux For You Magazine August 2010 Edition
Do be careful when you fire this command as this will destroy all your data. You should use the utilities shred
# shred -v -n 2 -z /dev/sdc
where
-v: verbose -n: number of passes of random data -z: finishes cleaning with one pass of zero