in reply to Running Perl program w/root privs via cron
The sudoers file allows you to specify that certain commands can be run by specific users as other users without a password. Scan its documentation for NOPASSWD for the syntax (unfortunately without any examples, nor do I have one handy).
This combines the advantages of the two solutions that you list.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Running Perl program w/root privs via cron
by virtualsue (Vicar) on Jun 09, 2002 at 11:03 UTC |