is there a way to get an overview of users logged in on my server and the ip they are connecting from ?

I have the IP already, I want the user that is associated with it :)

link|improve this question

feedback

4 Answers

up vote 31 down vote accepted

w

link|improve this answer
wow, as simple as one letter – Lucas Kauffman Aug 17 '11 at 12:57
17  
+1 for the smallest, valid answer ever. – SmallClanger Aug 17 '11 at 12:57
1  
@SmallClanger - smallest ever, and smallest possible :) – Nixphoe Aug 17 '11 at 13:16
7  
I think @jscott used a sly comment to pad his answer out. – SmallClanger Aug 17 '11 at 13:24
1  
I would like to flag this answer as 'awesome' – mfinni Aug 22 '11 at 20:55
show 1 more comment
feedback

Use the who command. It lists everyone logged in, their terminal and their source hostname/ip address.

link|improve this answer
feedback

in addition to w and who, last - recent logins with ips lastlog - list of all users with the last ip they were logged in from

link|improve this answer
feedback

In addition to w1 and who2, you may also look at finger3.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.