Mon. Dec 23rd, 2024

Sometimes that sudo password prompt is just too much to bother with on your nice home system. Should you turn it off? Probably not. But if you are just on a local system that you are playing around with I can’t see there being much harm. Here is how to turn off sudo password prompts:

Open up a terminal and throw in the following command: ”sudo visudo”

Followed by throwing this line in at the bottom: “<user> ALL=(ALL) NOPASSWD: ALL” changing <user> for the name of the user you want to be given this lazy power. Save and exit and you now have the lazy power of no sudo password prompts.

By Simon