Skip to content

Instantly share code, notes, and snippets.

@zipizap
Created October 11, 2013 14:51
Show Gist options
  • Save zipizap/6936036 to your computer and use it in GitHub Desktop.
Save zipizap/6936036 to your computer and use it in GitHub Desktop.
#allow group "mygroup" to use "sudo /my/command/that/will/be/run/as/root" without password
%mygroup ALL = NOPASSWD: /my/command/that/will/be/run/as/root
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment