Hi,
On Mon, Aug 3, 2009 at 14:49, David Leondleon741210@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