Gollum@feddit.org to Programmer Humor@programming.dev · 2 months agoThat’s so sad 😭feddit.orgimagemessage-square15fedilinkarrow-up1392arrow-down120
arrow-up1372arrow-down1imageThat’s so sad 😭feddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 2 months agomessage-square15fedilink
minus-squareScoopta@programming.devlinkfedilinkarrow-up23arrow-down1·edit-22 months agoIt’s funny because you can tell whoever wrote this has never run that command. You need to either put --no-preserve-root OR /*. Using /* obviates the need for the flag --no-preserve-root.
minus-squaretheunknownmuncher@lemmy.worldlinkfedilinkarrow-up21·2 months ago you can tell whoever wrote this has never run that command Uh… isn’t that a good thing?
minus-squareScoopta@programming.devlinkfedilinkarrow-up2·2 months agoI suppose, I figured most sysadmins had run it for funsies at least once…or a few times LOL.
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up2·2 months agoIt’s as good as bind kill mouse1 being a protected command in valve consoles… aka not at all.
minus-squareCosmicTurtle0@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up10·2 months agoI compile my own version of rm so that it doesn’t require the parameter. Just in case I need to.
minus-squarezagaberoo@beehaw.orglinkfedilinkarrow-up2·2 months agoIt’s redundant but it still works; doing it that way does not imply they haven’t actually used it.
It’s funny because you can tell whoever wrote this has never run that command. You need to either put --no-preserve-root OR
/*
. Using/*
obviates the need for the flag --no-preserve-root.Uh… isn’t that a good thing?
I suppose, I figured most sysadmins had run it for funsies at least once…or a few times LOL.
It’s as good as
bind kill mouse1
being a protected command in valve consoles… aka not at all.I compile my own version of
rm
so that it doesn’t require the parameter.Just in case I need to.
GPT fixes that internally 🤡
It’s redundant but it still works; doing it that way does not imply they haven’t actually used it.