Rekall Incorporated@piefed.social to Linux@programming.devEnglish · 3 days agoRaspberry Pi OS ends open-door policy for sudowww.theregister.comexternal-linkmessage-square12linkfedilinkarrow-up157arrow-down10 cross-posted to: [email protected]
arrow-up157arrow-down1external-linkRaspberry Pi OS ends open-door policy for sudowww.theregister.comRekall Incorporated@piefed.social to Linux@programming.devEnglish · 3 days agomessage-square12linkfedilink cross-posted to: [email protected]
minus-squarePabloSexcrowbar@piefed.sociallinkfedilinkEnglisharrow-up8·3 days agoThere’s always sudo -i, which starts a root shell. I imagine that’s untouched.
minus-squaremesa@piefed.sociallinkfedilinkEnglisharrow-up2·3 days agoIve used linux for a LONG time but this is the first time I learned about that one. Thanks!
minus-squarePabloSexcrowbar@piefed.sociallinkfedilinkEnglisharrow-up5·3 days agoThere’s also sudo -s if you want it to inherit the environment from the user calling sudo!
minus-squarebitcrafter@programming.devlinkfedilinkarrow-up2arrow-down1·3 days agoUnlikely; they said man sudo, not woman sudo.
There’s always
sudo -i, which starts a root shell. I imagine that’s untouched.Ive used linux for a LONG time but this is the first time I learned about that one. Thanks!
There’s also
sudo -sif you want it to inherit the environment from the user calling sudo!I should
man sudosometime.‘Ee’s a witch!
Unlikely; they said
man sudo, notwoman sudo.