The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 09-28-2007
sysgate's Avatar
sysgate sysgate is offline
Unix based
 

Join Date: Nov 2006
Location: /root
Posts: 1,163
The IP address that you see from finger or who is the IP of logged user.
Use the "last" command to see users previously logged or still logged in.
You can retrieve the information about users like :
example : you run "finger" and you see user "ssh" logged in, then you can "grep ssh /etc/passwd" and you should see :
Quote:
sshd:x:74:74:Privilege-separated SSH:/var/empty/sshd:/sbin/nologin
- the part "Privilege-separated SSH" is comment, and usually this is additional information about certain user.
Reply With Quote