minus-squareLKC@sh.itjust.workstoAsklemmy@lemmy.ml•What is the most destroying command you can type in the Linux terminal?linkfedilinkarrow-up74arrow-down1·1 year agoIf you allow root privileges, there is: sudo rm -rf --no-preserve-root / If you want to be malicious: sudo dd if=/dev/urandom of=/dev/sdX or sudo find / -exec shred -u {} \; linkfedilink
If you allow root privileges, there is:
sudo rm -rf --no-preserve-root /
If you want to be malicious:
sudo dd if=/dev/urandom of=/dev/sdX
or
sudo find / -exec shred -u {} \;