Computing.Net > Forums > Unix > Finding a user on network?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Finding a user on network?

Reply to Message Icon

Name: brds
Date: May 20, 2005 at 04:52:19 Pacific
OS: windows xp
CPU/Ram: 512
Comment:

Hello,
I work at a company that has more then just one campus. I need to find out which computer a co-worker is logged into at one of the other sites. Is there a command i can type to find out which computer he is on? I know i should be able to find him since i am able to telnet into a computer that i know is over there at the other site.

Thanks,
Alex



Sponsored Link
Ads by Google

Response Number 1
Name: Luke Chi
Date: May 20, 2005 at 08:43:03 Pacific
Reply:

1. finger command can display, like:

$ hostname
$ my_server1
$ finger
Login Name Tty Idle Login Time Office Office Phone
root root pts/2 May 20 09:51 (s872600.oracle.com)

s872600.oracle.com is the machine root used to login my_server1 server.

2. write a script to collect the finger outputs from all your remote machines and you will be able to find which user(root) of which machine(my_server1) is using which machine(s872600.oracle.com) to login.


Luke Chi


0
Reply to Message Icon

Related Posts

See More


install of makefile ins_n... join command



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Unix Forum Home


Sponsored links

Ads by Google


Results for: Finding a user on network?

Display one record of a user www.computing.net/answers/unix/display-one-record-of-a-user/5552.html

giving ftp access to a user www.computing.net/answers/unix/giving-ftp-access-to-a-user/2611.html

To limit the UNIX commands of a user www.computing.net/answers/unix/to-limit-the-unix-commands-of-a-user/3483.html