@oriond@lemmy.ml to Asklemmy@lemmy.ml • 1 year agoWhat is the most destroying command you can type in the Linux terminal?message-square73fedilinkarrow-up1136arrow-down19
arrow-up1127arrow-down1message-squareWhat is the most destroying command you can type in the Linux terminal?@oriond@lemmy.ml to Asklemmy@lemmy.ml • 1 year agomessage-square73fedilink
minus-squareMuchPineappleslinkfedilink28•edit-21 year agoEveryone is deleting data, but with proper backups that’s not a problem. How about: curl insert_url_here | sudo bash This can really mess up your life. Even if the script isn’t malicious, if the internet drops out halfway the download you might end up with a “rm -r /”, or similar, command.
Everyone is deleting data, but with proper backups that’s not a problem. How about:
This can really mess up your life.
Even if the script isn’t malicious, if the internet drops out halfway the download you might end up with a “rm -r /”, or similar, command.