Created
April 27, 2020 02:12
-
-
Save bobbae/9ec2fb9ae448b60bfbff2704c7930daf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Members of the admin group may gain root privileges | |
| %admin ALL=(ALL) ALL | |
| # Allow members of group sudo to execute any command | |
| %sudo ALL=(ALL:ALL) ALL | |
| # See sudoers(5) for more information on "#include" directives: | |
| #includedir /etc/sudoers.d | |
| bob ALL=(ALL:ALL) NOPASSWD:ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment