Gollum@feddit.org to Programmer Humor@programming.dev · 1 month agoThat’s so sad 😭feddit.orgexternal-linkmessage-square14fedilinkarrow-up1396arrow-down120
arrow-up1376arrow-down1external-linkThat’s so sad 😭feddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 1 month agomessage-square14fedilink
minus-squareScoopta@programming.devlinkfedilinkarrow-up23arrow-down1·edit-21 month 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·1 month ago you can tell whoever wrote this has never run that command Uh… isn’t that a good thing?
minus-squareScoopta@programming.devlinkfedilinkarrow-up2·1 month 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·1 month 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·1 month 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·1 month 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.