Shell script to change user password on Solaris 10
807557May 16 2008 — edited Aug 19 2008Hi,
My production system have more than 20 users, I need to change password every 30 days. It is very difficult to change passwords manually, So I am planning to write a script and that script should be executed by user(not super user) once in a every 30 days.
The script like ./chgpass.sh $oldpass $newpass $newconf
Can any one send a sample scripts? OR Reference manuals.
Thanks
Ram