Skip to content

Instantly share code, notes, and snippets.

@stevenvo
Created May 10, 2017 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenvo/f3630de7becdb6809d58693542cd710c to your computer and use it in GitHub Desktop.
Save stevenvo/f3630de7becdb6809d58693542cd710c to your computer and use it in GitHub Desktop.
Sudo without password
ALL ALL = (ALL) NOPASSWD: ALL
to allow all users to run all commands without a password.
%wheel ALL = (ALL) NOPASSWD: ALL
to allow all users in group wheel to run all commands without a password.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment