how to trace the user account lock status
normaly we found the getprpw command, but i want to know user account locked from which user machine.
pls share the command
Try
lastb -R username
Cheers,
Hi ,
lastb -R cooomand working fine.
>/usr/bin/passwd -sa rajesh
from the Usage, you need to use:
/usr/bin/passwd -r files -s rajesh
$/usr/bin/passwd -r files -s rajesh
rajesh ps
what is the meaning of PS
PS means PASSWORD SET for that user.
LK means Password got LOCKED for that user
NP means NO PASSWORD set for that user.