@[email protected] to [email protected] • 1 year agoWill Linux’s New run0 Command Run sudo Out of Town?www.howtogeek.commessage-square113fedilinkarrow-up1126
arrow-up1126external-linkWill Linux’s New run0 Command Run sudo Out of Town?www.howtogeek.com@[email protected] to [email protected] • 1 year agomessage-square113fedilink
minus-square@[email protected]linkfedilink16•1 year agoPrompting for every single command seems like it’d suck
minus-square@[email protected]linkfedilink24•1 year agoAlso, you can configure sudo to prompt every time if you really want. I was on a system that was configured that way for “security”, so I would just ‘sudo bash’ which is obviously much safer /s.
minus-squareMadMauricelinkfedilink5•1 year agoMy system is configured that way (by me) and I regularly use sudo -s. I just want to see if there’s a root shell and not rely on some hidden timeout 🙄
minus-square@[email protected]linkfedilink2•1 year agoThe beauty of Linux at home, you get to choose what works best for you.
minus-square@[email protected]linkfedilink2•1 year agoYeah I mean at that point it’s redundant because you might as well type su -c “some command here”. On the other hand having such alias does no harm if you’re already using systemd.
Prompting for every single command seems like it’d suck
Also, you can configure sudo to prompt every time if you really want.
I was on a system that was configured that way for “security”, so I would just ‘sudo bash’ which is obviously much safer /s.
My system is configured that way (by me) and I regularly use sudo -s.
I just want to see if there’s a root shell and not rely on some hidden timeout 🙄
The beauty of Linux at home, you get to choose what works best for you.
Yeah I mean at that point it’s redundant because you might as well type su -c “some command here”. On the other hand having such alias does no harm if you’re already using systemd.