Skip to content

Instantly share code, notes, and snippets.

@bobbae
Created April 27, 2020 02:12
Show Gist options
  • Select an option

  • Save bobbae/9ec2fb9ae448b60bfbff2704c7930daf to your computer and use it in GitHub Desktop.

Select an option

Save bobbae/9ec2fb9ae448b60bfbff2704c7930daf to your computer and use it in GitHub Desktop.
# 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