AIX: how to change a password as root without setting the ADMCHG flag?
man pwdadm
pwdadm -c
Use
passwd
to change the user's password:passwd $user
Use
pwdadm
command to cancel the password-change prompt:pwdadm -c $user
That's it! :)
man pwdadm
pwdadm -c
Use passwd
to change the user's password: passwd $user
Use pwdadm
command to cancel the password-change prompt: pwdadm -c $user
That's it! :)