Skip to content

Instantly share code, notes, and snippets.

@sathish-io
Created November 10, 2015 03:23
Show Gist options
  • Save sathish-io/7a71b6945672afa6168d to your computer and use it in GitHub Desktop.
Save sathish-io/7a71b6945672afa6168d to your computer and use it in GitHub Desktop.
Linux sudo no password
Edit /etc/sudoers file add below, where <username> is the user name to be enabled
<username> ALL=(ALL:ALL) NOPASSWD: ALL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment