1826651 Members
3737 Online
109695 Solutions
New Discussion

password check

 
Nanda Kumar M
Occasional Contributor

password check

Hi
Could you tell me how to check last root password chang happand at what time
2 REPLIES 2
Patrick Wallek
Honored Contributor

Re: password check

If your system is trusted:

# /usr/lbin/getprpw -m spwchg root

If your system is not trusted I don't think you can find that info easily.
Patrick Wallek
Honored Contributor

Re: password check

You can also try:

# passwd -s root

I *THINK* this will return something for both trusted and non-trusted systems.