/usr/ucb/w
[options
] [user
]
Print summaries of system usage, currently logged-in users, and what they are doing.
w
is essentially a combination of
uptime
,
who
, and
ps -a
. Display output for one user by specifying
user
.
Suppress headings and uptime information.
Display in long format (the default).
Display in short format.