Use sudo without being asked for your password

Eneko
enekochan
Published in
1 min readJan 24, 2014

Run in a terminal:

sudo visudo

The sudoers file will be opened with your default editor. There add this line at the end of the file:

username ALL=(ALL) NOPASSWD: ALL

Then save and exit.

--

--