On Tuesday 20 March 2007 15:11, Flextron wrote:
> I need to create a new user so the batch process can be easily recognised,
> Does anybody know how to create a user that has ALL rights to execute ALL
> commands ? (using PAM...?)
        Create any user you want to... add them to the wheel group, and run the 
batch 
jobs from a crontab (su - thatuser).

        The wheel group is a unix legacy thing...  it allows users in the wheel 
group 
to have access to root ( su sudo ) in a more controlled way.  

        



-- 
Kind regards,

M Harris     <><
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to