Linux command
Securely wipe drive
安全
May affect permissions or system state. Check the target first.
命令示例
Securely wipe drive
dd if=/dev/urandom of=/dev/sdX
说明
Useful Linux one-liner
FAQ
What is the dd command used for?
Useful Linux one-liner
How do I run a basic dd example?
Run `dd if=/dev/urandom of=/dev/sdX` in a terminal, then adjust file names, paths, flags, or remote targets for your system.