Skip Password Prompt When Executing sudo

To skip the system prompt for the administrator's password, edit the sudoers file using visudo add the following replacing "user" with your username:

# Don't prompt for password when using sudo.
user ALL=(ALL) NOPASSWD: ALL

This will modify the sudoers file to skip the sudo password prompt for the current user.

View this page on GitHub.
Posted .

1 comment

  1. anonymous

    Awesome, thnx! :)

Leave a Reply