Results 1 to 2 of 2
Does anyonw know how to get the username logged in a given IP in a network?
Thanks in advance for some help....
- 10-28-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
User Logged at an IP
Does anyonw know how to get the username logged in a given IP in a network?
Thanks in advance for some help.
- 10-28-2009 #2Linux Newbie
- Join Date
- Nov 2007
- Location
- Planet Earth
- Posts
- 152
will show the active connections in the given IP (including the owner of the socket). Check the man of netstat, contains very useful options.Code:$ netstat -te --numeric-hosts | grep the_ip
HugoLast edited by hugortega; 10-28-2009 at 04:03 PM.
EOF


Reply With Quote