sudo without password
This line should do the job:
1 |
your_username ALL=(ALL) NOPASSWD: ALL |
You can edit sudoers file by entering command “visudo”.
This line should do the job:
1 |
your_username ALL=(ALL) NOPASSWD: ALL |
You can edit sudoers file by entering command “visudo”.