LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   AIX (https://www.linuxquestions.org/questions/aix-43/)
-   -   who is logged in (https://www.linuxquestions.org/questions/aix-43/who-is-logged-in-643418/)

manoj.linux 05-20-2008 01:01 AM

who is logged in
 
Hi,

I want to know how to check who is logged on server in aix?,I have used the command who but it does.nt show me user who is logged in

CITguy 05-21-2008 12:05 AM

who, finger or pinky
 
Quote:

Originally Posted by manoj.linux (Post 3158756)
Hi,

I want to know how to check who is logged on server in aix?,I have used the command who but it does.nt show me user who is logged in

There are a few commands that you can use to tell who is logged in.

Try any of the following:
Code:

who
who will just show the bare minimum about who is logged into the system. It will show you their name, tty they've logged into, when they logged in, and where they are logging in from.

OR
Code:

finger
finger will tell you everything that who will, but it displays the information in a more user-friendly table. Also, finger will even tell you the user's phone number if it is stored on the system.

OR
Code:

pinky
pinky will tell you what finger would, but it labels the columns in the table differently and shows the exact same information displayed from who.


All times are GMT -5. The time now is 08:12 AM.