How do I check when the password was last changed for some user? I would like to do it both on Windows and Linux, can you guide me a little how can I do that?
相关问题
- Is shmid returned by shmget() unique across proces
- How can I implement password recovery in an iPhone
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
In Linux:
In Windows:
In Windows (user part of a domain):
This command is useful and was able to check my last password change date and time.
*nix
Check out the command
chage
orgetprpw
Windows
net user UserName
has the information in it