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-squareMuchPineapples@lemmy.worldlinkfedilinkarrow-up26arrow-down1·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.