Call sudo without being prompted for a password
username ALL=NOPASSWD: /path/to/script
This will allow to call sudo on that particular script without being prompted for a password.
put the line username ALL=NOPASSWD: /path/to/script in /etc/sudoers
These notes document the trouble resolution of various items pertaining to Linux or it's applications. This blog also notes alternative open source applications and how they work.
Comments
Post a Comment