FINGER(1) - General Commands Manual # FINGER(1) - General Commands Manual
NAME # finger - user information lookup program
SYNOPSIS # finger [-hlMmops] [user …]
finger [-l] [user@host …]
DESCRIPTION # The finger utility displays information about local and remote system users. By default, the following information is displayed about each user currently logged-in to the local host:
login name user’s full name associated terminal name idle time login time office location office phone Idle time is in minutes if it is a single integer, hours and minutes if a ‘:’ is present, or days if a ’d' is present.
...
Vmstat,
Top,
Pkill,
Fstat,
Pgrep,
W,
Kill,
Netstat,
Procmap,
Systat,
Kvm,
Iostat,
Pstat,
Strftime,
Dev_mkdb,
Ps PS(1) - General Commands Manual # PS(1) - General Commands Manual
NAME # ps - display process status
SYNOPSIS # ps [[-]AacefHhjkLlmrSTuvwx] [-M core] [-N system] [-O fmt] [-o fmt] [-p pid] [-t tty] [-U user] [-W swap]
DESCRIPTION # The ps utility displays information about active processes. When given no options, ps prints information about processes of the current user that have a controlling terminal.
The information displayed is selected based on a set of keywords (and for even more control, see the -L, -O, and -o options).
...
RPC.RUSERSD(8) - System Manager’s Manual # RPC.RUSERSD(8) - System Manager’s Manual
NAME # rpc.rusersd - logged in users server
SYNOPSIS # rpc.rusersd
DESCRIPTION # rpc.rusersd is a server which returns information about users currently logged in to the system.
The currently logged in users are queried using the rusers(1) command. The rpc.rusersd daemon is normally invoked by inetd(8).
rpc.rusersd uses an RPC protocol defined in /usr/include/rpcsvc/rnusers.x.
SEE ALSO # rusers(1), w(1), who(1), inetd(8)
...
UPTIME(1) - General Commands Manual # UPTIME(1) - General Commands Manual
NAME # uptime - show how long system has been running
SYNOPSIS # uptime
DESCRIPTION # The uptime utility displays the current time, the length of time the system has been up, the number of users, and the load average of the system over the last 1, 5, and 15 minutes. This is the first line from w(1).
...
W(1) - General Commands Manual # W(1) - General Commands Manual
NAME # w - display users who are logged on and what they are doing
SYNOPSIS # w [-ahi] [-MÂ core] [-NÂ system] [user]
DESCRIPTION # The w utility prints a summary of the current activity on the system, including what each user is doing. The first line displays the current time of day, how long the system has been running, the number of users logged into the system, and the load averages.
...
WHO(1) - General Commands Manual # WHO(1) - General Commands Manual
NAME # who - display who is logged in
SYNOPSIS # who [-HmqTu] [file]
who am i
DESCRIPTION # The who utility displays a list of all users currently logged on, showing for each user the login name, tty name, the date and time of login, and hostname if not local.
The options are as follows:
-H
Write column headings above the regular output.
...