From: Herbert Poetzl (herbert_at_13thfloor.at)
Date: Wed 01 Jan 2003 - 16:09:10 GMT
On Wed, Jan 01, 2003 at 12:56:40AM -0800, Robert Rolfe wrote:
> ok, so far i have figured out how to create a vserver from the command
> line on the main system without using the newvserver command. The
> only thing i have yet to figure out is how the newvserver command sets
> the root password for the new vserver... can anyone shed some light
> on this subject? any way to do this all in one command? eg "vserver
> blah exec passwd root <password>"??
passwd --stdin
or if you have an already crypted password
usermod -p "<crypted password>" root
best,
Herbert
> Any help would be appriciated...
>
>
> Thanks,
>
> Rob.