Gollum@feddit.org to Programmer Humor@programming.dev · 4 days agoThat’s so sad 😭feddit.orgexternal-linkmessage-square12fedilinkarrow-up158arrow-down11
arrow-up157arrow-down1external-linkThat’s so sad 😭feddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 4 days agomessage-square12fedilink
minus-squareScoopta@programming.devlinkfedilinkarrow-up5·edit-24 days 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-up4·4 days ago you can tell whoever wrote this has never run that command Uh… isn’t that a good thing?
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up2·3 days agoIt’s as good as bind kill mouse1 being a protected command in valve consoles… aka not at all.
minus-squareScoopta@programming.devlinkfedilinkarrow-up1·4 days agoI suppose, I figured most sysadmins had run it for funsies at least once…or a few times LOL.
minus-squarezagaberoo@beehaw.orglinkfedilinkarrow-up2·4 days agoIt’s redundant but it still works; doing it that way does not imply they haven’t actually used it.
minus-squareCosmicTurtle0@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up1·4 days agoI compile my own version of rm so that it doesn’t require the parameter. Just in case I need to.
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?
It’s as good as
bind kill mouse1
being a protected command in valve consoles… aka not at all.I suppose, I figured most sysadmins had run it for funsies at least once…or a few times LOL.
It’s redundant but it still works; doing it that way does not imply they haven’t actually used it.
I compile my own version of
rm
so that it doesn’t require the parameter.Just in case I need to.