Archive for March, 2009

Setting the Linux Password from a Script

Tuesday, March 10th, 2009

Use a command like this…

echo $PASSWORD} | passwd –stdin ${USERNAME}