NAME
whodo — which users are doing what
SYNOPSIS
/usr/sbin/whodo
[-h]
[-l]
[user]
DESCRIPTION
The
whodo
command produces merged, reformatted, and dated output from the
who,
ps
and
acctcom
commands (see
who(1)
,
ps(1)
and
acctcom(1M)).
If user is specified, output is restricted to all sessions pertaining
to that user.
- The following options are available:
- -h
Suppress the heading.
- -l
Produce a long form of output. The fields displayed
are: the user's login name, the name of the tty the user
is on, the time of day the user logged in (in
hours:minutes), the idle time - that is, the time since
the user last typed anything (in hours:minutes), the CPU
time used by all processes and their children on that
terminal (in minutes:seconds), the CPU time used by the
currently active processes (in minutes:seconds), and the
name and arguments of the current process.
EXTERNAL INFLUENCES
Environment Variables
LC_COLLATE
determines the order in which the output is sorted.
If
LC_COLLATE
is not specified in the environment or is set to the empty string,
the value of
LANG
is used as a default.
If
LANG
is not specified or is set to the empty string, a default of ``C'' (see
lang(5))
is used instead of
LANG.
If any internationalization variable contains an invalid setting,
whodo
behaves as if all internationalization variables are set to ``C'' (see
environ(5)).
STANDARDS CONFORMANCE
whodo: SVID2, SVID3