hotshot05
Level G
What exactly does this do?what I would do in case of so called emergency where I have to cleanup the hdd is a simple command. just boot off a linux live cd/floppy/usb and run the below command on your hdd. its like peeing on your hdd
Code:for i in {1..3} do dd if=/dev/urandom of=/dev/sdb oflag=direct done
And this only works on the first HDD right?
Only on sdb?