1835062 Members
3137 Online
110073 Solutions
New Discussion

Re: Password change

 
sateeshb
New Member

Password change

Need to change unix password programatically, new password will be given at runtime from the application, so can we write a shell script for password change or can call passwd command in a program
3 REPLIES 3
Sung Oh
Respected Contributor

Re: Password change

Hello,

You can call the password command from a script.

Regards,
Sung
Peter Nikitka
Honored Contributor

Re: Password change

Hi,

there is a 'mkpasswd' utility on our SuSE-Linux boxes. If you have such a system at hand, use this or port the command in using the available source text.

mfG Peter
The Universe is a pretty big place, it's bigger than anything anyone has ever dreamed of before. So if it's just us, seems like an awful waste of space, right? Jodie Foster in "Contact"
sateeshb
New Member

Re: Password change

can u plz explain how to use password command