FiveMacs@lemmy.ca to Programmer Humor@programming.dev · 6 days agoMake Bash Great Again!!lemmy.caexternal-linkmessage-square48fedilinkarrow-up11.06Karrow-down154
arrow-up11.01Karrow-down1external-linkMake Bash Great Again!!lemmy.caFiveMacs@lemmy.ca to Programmer Humor@programming.dev · 6 days agomessage-square48fedilink
minus-square𞋴𝛂𝛋𝛆@lemmy.worldlinkfedilinkEnglisharrow-up40·6 days agoand remember to remove # rm -france / 2> /dev/null
minus-squareRedSnt 👓♂️🖥️@feddit.dklinkfedilinkarrow-up20·6 days agoI had to run this as a sudo, what does it
minus-squaresit@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up15·edit-25 days agoit’s in the name… it removes france
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up3·5 days agoForce, remove, all, naughty, chumps, eerily
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up10·edit-25 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: