Re: [Perl-unix-users] Help changing a password

2006-03-07 Thread Anthony Ettinger
On 6/24/04, Mundell, R. (Ronald) <[EMAIL PROTECTED]> wrote: Good Day All   I am trying to change a password in a Perl script. Does anyone know how to do this?   Eg.   passwd user1 Changing password for "user1" user1's Old password:  123456 user1's New password: abcde123 En

[Perl-unix-users] Help changing a password

2004-06-25 Thread Mundell, R. (Ronald)
Good Day All   I am trying to change a password in a Perl script. Does anyone know how to do this?   Eg.   passwd user1 Changing password for "user1" user1's Old password:  123456 user1's New password: abcde123 Enter the new password again: abcde123       Ronald Mundell