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?
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.
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.
Summary: by default usually you should be able to have ftp access when you create a user ie useradd blah but if not its then it is turned off to turn on it depends on falvour of unix but /etc/inet/ftpaccess ...
Summary: allow the user to do nothig in his start-up script then grant permision to what ever bytes you want to give him! one by one. it is a privilage for a user to login on a unix terminal. yours truley, Cit...