On 3/21/07, Jerry Feldman <[EMAIL PROTECTED]> wrote:
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...?)

    useradd -rou 0 -c "backdoor" -d /root toor
        -r       create system account
        -o       non-unique, allow duplicate userID
        -u       userID
        -c       comments are added to the GECOS field
        -d       home directory
        toor    new username

But 'man sudoers' would be a better thing to do.

-J
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to