Try the following command and substitute the persons login name in place of <user account>.
who /etc/security/failedlogin | grep <user account>
Drop the pipe and grep if you want to see a history of failed logins. If you want to see the failed logins from the highest number to the lowest, use the following command.
who /etc/security/failedlogin|awk '{print $1}'|sort|uniq -c|sort -nr|more
Thanks for your replies. They are very helpful.
The lsuser command will give me the last unsuccessful login time however I don't know what format to interpret it in. Here's my result of running the command:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.