FiveMacs@lemmy.ca to Programmer Humor@programming.dev · 3 days agoMake Bash Great Again!!lemmy.caexternal-linkmessage-square47fedilinkarrow-up11.06Karrow-down155
arrow-up11Karrow-down1external-linkMake Bash Great Again!!lemmy.caFiveMacs@lemmy.ca to Programmer Humor@programming.dev · 3 days agomessage-square47fedilink
minus-square𞋴𝛂𝛋𝛆@lemmy.worldlinkfedilinkEnglisharrow-up40·3 days agoand remember to remove # rm -france / 2> /dev/null
minus-squareRedSnt 👓♂️🖥️@feddit.dklinkfedilinkarrow-up20·2 days agoI had to run this as a sudo, what does it
minus-squaresit@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up15·edit-22 days agoit’s in the name… it removes france
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up3·2 days agoForce, remove, all, naughty, chumps, eerily
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up11·edit-22 days ago# in front of the command implies it should be ran as root $ would mean normal user like such: $ sudo rm -fr / --no-preserve-root
and remember to remove # rm -france / 2> /dev/null
I had to run this as a sudo, what does it
it’s in the name… it removes france
Force, remove, all, naughty, chumps, eerily
# in front of the command implies it should be ran as root
$ would mean normal user like such: