Morph9@lemmy.zip to linuxmemes@lemmy.worldEnglish · 2 months agoSudo disbelieflemmy.zipexternal-linkmessage-square101fedilinkarrow-up1372arrow-down112
arrow-up1360arrow-down1external-linkSudo disbelieflemmy.zipMorph9@lemmy.zip to linuxmemes@lemmy.worldEnglish · 2 months agomessage-square101fedilink
minus-squarenieceandtows@programming.devlinkfedilinkarrow-up7arrow-down1·2 months agoIt’s easier to just call su once and run every single command as root rather than having to randomly use sudo for some commands and not for others (/s if it’s not obvious)
minus-squareHawke@lemmy.worldlinkfedilinkarrow-up6·2 months agoBut you can do that without involving ‘su’.
minus-squareslothrop@lemmy.calinkfedilinkEnglisharrow-up7·edit-22 months agoI don’t use sudo. Ever. It’s disabled by default in slackware, and I don’t know why it’s even there.
minus-squarenieceandtows@programming.devlinkfedilinkarrow-up5arrow-down1·2 months agoTell me how you can run rm rf / no preserve root without su, I’m waiting.
minus-squareHawke@lemmy.worldlinkfedilinkarrow-up14·2 months agoIs this some kind of joke going over my head or something? Run “sudo -i” then run “rm -rf --no-preserve-root”
minus-squarenieceandtows@programming.devlinkfedilinkarrow-up4·2 months agoYeah I’m just joking around. I pretty much never use su except in rare cases
It’s easier to just call su once and run every single command as root rather than having to randomly use sudo for some commands and not for others (/s if it’s not obvious)
But you can do that without involving ‘su’.
I don’t use sudo.
Ever.
It’s disabled by default in slackware, and I don’t know why it’s even there.
Tell me how you can run rm rf / no preserve root without su, I’m waiting.
Is this some kind of joke going over my head or something?
Run “sudo -i” then run “rm -rf --no-preserve-root”
Yeah I’m just joking around. I pretty much never use su except in rare cases