Hi, On Mon, Aug 3, 2009 at 14:49, David Leon<dleon741210 at gmail.com> wrote: > I'm trying to avoid typing every password manually. I just need an > script that makes the job. echo "$password" | passwd --stdin "$username" Obviously, this must be run as root. HTH, Filipe