We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Level: Easy Sudo Rule: localuser1 ALL=(ALL) NOPASSWD: /bin/su *, !/bin/su root
localuser1 ALL=(ALL) NOPASSWD: /bin/su *, !/bin/su root
Notes: The ! part of the rule attempts to stop one from su'ing to root. There are many work arounds.
All of these work:
sudo su sudo su - sudo su - root
There was an error while loading. Please reload this page.