Created
October 10, 2020 20:21
-
-
Save tonoriesco/0fcc17e9ebc6f8da61350001bd1a84b2 to your computer and use it in GitHub Desktop.
No password when using sudo in MacOS
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 | |
Add: | |
user ALL = NOPASSWD:ALL | |
Final result: | |
root ALL = (ALL) ALL | |
%admin ALL = (ALL) ALL | |
user ALL = NOPASSWD:ALL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment