Operating System - HP-UX
1833925 Members
3349 Online
110063 Solutions
New Discussion

command for user last date of password change?

 
SOLVED
Go to solution
anu_6
Occasional Contributor

command for user last date of password change?

command for user last date of password change?
3 REPLIES 3
AA786
Frequent Advisor
Solution

Re: command for user last date of password change?

try

passwd -s ID

if there is aduting files only..

AA
Patrick Wallek
Honored Contributor

Re: command for user last date of password change?

If the system is trusted:

# /usr/lbin/getprpw -m spwchg

Note that you must be root to use getprpw.

anu_6
Occasional Contributor

Re: command for user last date of password change?

good ...............
thankyou