Created
April 11, 2017 13:15
-
-
Save oivoodoo/91c152eb7bad850de048acec1a8f2e85 to your computer and use it in GitHub Desktop.
no passwd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo visudo | |
[yourusername] ALL=(ALL) NOPASSWD:ALL | |
sudo -u [yourusername] sudo echo "success" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment