Skip to content

Instantly share code, notes, and snippets.

@zhiguangwang
Created December 28, 2017 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save zhiguangwang/a5b10ba042586409da7f7ad631f6a02a to your computer and use it in GitHub Desktop.
Save zhiguangwang/a5b10ba042586409da7f7ad631f6a02a to your computer and use it in GitHub Desktop.
Remove password requirement from group sudo when using command "sudo"

Ubuntu

echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" | sudo tee /etc/sudoers.d/50-group-sudo-nopasswd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment