JM (Jason Meridth)

JM (Jason Meridth)

Learn, Converse, Share

21 Feb 2013

No More Password Prompts When Issuing Sudo Commands

Edit the sudoers file:

sudo visudo

Add or edit the following line to be:

%sudo ALL=(ALL) NOPASSWD: ALL

This will prevent password prompts for everyone in the sudo group (%sudo) when issuing all commands (NOPASSWD: ALL)

Tags