FiveMacs@lemmy.ca to Programmer Humor@programming.dev · 11 days agoMake Bash Great Again!!lemmy.caimagemessage-square47linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageMake Bash Great Again!!lemmy.caFiveMacs@lemmy.ca to Programmer Humor@programming.dev · 11 days agomessage-square47linkfedilink
minus-square𞋴𝛂𝛋𝛆@lemmy.worldlinkfedilinkEnglisharrow-up0·11 days agoand remember to remove # rm -france / 2> /dev/null
minus-squareRedSnt 👓♂️🖥️@feddit.dklinkfedilinkarrow-up0·11 days agoI had to run this as a sudo, what does it
minus-squaresit@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·edit-211 days agoit’s in the name… it removes france
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up0·10 days agoForce, remove, all, naughty, chumps, eerily
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·edit-211 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: