On Fri, 21 May 2004, A.J. Venter wrote:
> Hi,
>
> I am working on a project that needs among other things to create Linux
> users, and then set a password for them.
>
> One way to do this is to use a program that can read the password from
> stdin and just wrap around it, for example
> echo "t
Hi,
I am working on a project that needs among other things to create Linux
users, and then set a password for them.
One way to do this is to use a program that can read the password from
stdin and just wrap around it, for example
echo "testusers:test" | chpasswd will change testuser's password t