FiveMacs@lemmy.ca to Programmer Humor@programming.dev · 6 days agoMake Bash Great Again!!lemmy.caimagemessage-square48fedilinkarrow-up11.07K
arrow-up11.07KimageMake Bash Great Again!!lemmy.caFiveMacs@lemmy.ca to Programmer Humor@programming.dev · 6 days agomessage-square48fedilink
minus-squareRedSnt 👓♂️🖥️@feddit.dklinkfedilinkarrow-up20·6 days agoI had to run this as a sudo, what does it
minus-squaresit@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up16·edit-26 days agoit’s in the name… it removes france
minus-squaretetris11@feddit.uklinkfedilinkEnglisharrow-up3·6 days agoForce, remove, all, naughty, chumps, eerily
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up11·edit-26 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
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: