sudo commands for other users
by
Wyden Silvan
—
last modified
25.03.2011 11:53
Below an example how the user www-data can launch the command 'sudo pkill' without entering a password
aptitude install sudo
as root: visudo
www-data ALL = NOPASSWD: /usr/bin/pkill
