1833777 Members
2190 Online
110063 Solutions
New Discussion

last IP address

 
madhudeepan
Frequent Advisor

last IP address

how to see the ip address of the user who logged in a particular server
3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: last IP address

who -R will give you the FQDN, if still logged on. Use last -R if you want historical data.
marty199
Occasional Advisor

Re: last IP address

who -R or check the file /var/adm/wtmp.
subodhbagade
Regular Advisor

Re: last IP address

Hi,

you can try this command,

#last -R -5 username

it will show last n (5)login details of specific user, also show from which ip add user logged in.

Regards,
Subodh.