oriond@lemmy.ml to Asklemmy@lemmy.ml · 10 months agoWhat is the most destroying command you can type in the Linux terminal?message-squaremessage-square142fedilinkarrow-up1164arrow-down19
arrow-up1155arrow-down1message-squareWhat is the most destroying command you can type in the Linux terminal?oriond@lemmy.ml to Asklemmy@lemmy.ml · 10 months agomessage-square142fedilink
minus-squareMonkderZweite@feddit.chlinkfedilinkarrow-up1·edit-210 months ago sudo dd if=/dev/urandom of=/dev/sdX sudo cp /dev/urandom /dev/nvme0n1 or # cat /dev/urandom > /dev/nvme0n1 Way faster. But honestly, find ~/ -type f -delete is almost as bad.
sudo cp /dev/urandom /dev/nvme0n1
or# cat /dev/urandom > /dev/nvme0n1
Way faster.
But honestly,
find ~/ -type f -delete
is almost as bad.