Tagged Questions
-6
votes
1answer
892 views
How to sudo visudo without a password, remove all prompts for password [closed]
Websites tell me to use sudo when I have no password, usually tell me one of two things.
It is bad security
Or use 'sudo visudo' and the %admin ALL=(ALL) NOPASSWD: ALL line
I would like to not ...