dd if=/dev/zero of=/dev/sda bs=4M
If executed, this command would overwrite the entire /dev/sda drive with zeros, potentially destroying all data on it.
This is the point of dd?
Please Login to reply.
Jup, but if executed accidentally it's a disaster.