Skip to content

Instantly share code, notes, and snippets.

@webarchitect609
Last active February 24, 2019 12:36
Show Gist options
  • Save webarchitect609/64847b30ec1b8a3dde2738d539e2cf4d to your computer and use it in GitHub Desktop.
Save webarchitect609/64847b30ec1b8a3dde2738d539e2cf4d to your computer and use it in GitHub Desktop.
Passwordless sudo
# $ sudo visudo
# should be applied
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) NOPASSWD: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment