FiveMacs@lemmy.ca to Programmer Humor@programming.dev · 2 months agoMake Bash Great Again!!lemmy.caimagemessage-square49linkfedilinkarrow-up1975arrow-down152
arrow-up1923arrow-down1imageMake Bash Great Again!!lemmy.caFiveMacs@lemmy.ca to Programmer Humor@programming.dev · 2 months agomessage-square49linkfedilink
minus-squareRedSnt 👓♂️🖥️@feddit.dklinkfedilinkarrow-up18·2 months agoI had to run this as a sudo, what does it
minus-squaresit@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up15·edit-22 months agoit’s in the name… it removes france
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up3·2 months agoForce, remove, all, naughty, chumps, eerily
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up10·edit-22 months 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
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: