oriond@lemmy.ml to Asklemmy@lemmy.ml · 1 year agoWhat is the most destroying command you can type in the Linux terminal?message-squaremessage-square49fedilinkarrow-up1121arrow-down18
arrow-up1113arrow-down1message-squareWhat is the most destroying command you can type in the Linux terminal?oriond@lemmy.ml to Asklemmy@lemmy.ml · 1 year agomessage-square49fedilink
minus-squareLKC@sh.itjust.workslinkfedilinkarrow-up54arrow-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 {} \;
minus-squareKecessa@sh.itjust.workslinkfedilinkarrow-up11arrow-down1·1 year agoYes, you enter that in the terminal 🙃
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 {} \;
JFC. That’s terminal.
Yes, you enter that in the terminal
🙃