Email or username:

Password:

Forgot your password?
Top-level
exi

@pid_eins Mostly just "sudo -u someOtherUser someTool" when I need to run stuff with different user.

1 comment
Lennart Poettering replied to exi

@exi that sounds like a usecase for util-linux' setpriv really, i.e. in such an "offline" case you really don't want the PAM session and everything it entails, hence sudo isn't really the right tool anyway (and neither is run0).

Go Up