Last active
February 24, 2019 12:36
-
-
Save webarchitect609/64847b30ec1b8a3dde2738d539e2cf4d to your computer and use it in GitHub Desktop.
Passwordless sudo
This file contains 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 | |
# 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