1834557 Members
3048 Online
110069 Solutions
New Discussion

Re: login failed

 
SOLVED
Go to solution
j773303
Super Advisor

login failed

The user1 try to login, so it could be found many login failed message in the syslog.log; Is it possible to know the ip-address of user1 login machine? Thanks.
Hero
3 REPLIES 3
V.Tamilvanan
Honored Contributor
Solution

Re: login failed

Hi,

#last -R
#lastb -R -----This will work for u.
#who -u
Robert-Jan Goossens
Honored Contributor

Re: login failed

Hi,

# lastb -R
# who -a /var/adm/wtmp | grep user1

Hope this helps,
Robert-Jan
Bharat Katkar
Honored Contributor

Re: login failed

Yes you can:

For active user (Currently logged in)

# who -R

For data in the History

# lastb -R

All the best
You need to know a lot to actually know how little you know