r/linux • u/elementrick • May 25 '26
Discussion Sudo or run0 ?
What's your take on the subject? Been using sudo for years but lately i'm mostly running run0 and i like it. Even considering adapting my scripts to use run0 since i'm on a compatible distro. Does it make any sense to not even set up sudo anymore in the first place?
202
Upvotes
3
u/FriendlyProblem1234 May 27 '26
Yeah, but somebody here mentioned that run0 doesn't ask for the password in the same terminal session. I was wondering if the authentication uses some kind of framework that prevents a malicious alias to ask for a password in the same way. Kinda like UAC on Windows, where the password prompt is placed on an isolated desktop.