Lists information about currently active users.
Format
LISTUSERS |
Description
The LISTUSERS Proc displays the process number, the primary control block frame number (PCBF), account name, logon time, logon date, and location for each user currently active on the system. This Proc can be used to identify a user before sending a message, or to see who is logged on to the system. Output from LISTUSERS can be sent only to the terminal screen.
The LISTUSERS Report
The LISTUSERS Proc produces a report that looks like this:
PR# |
PCBF |
NAME........... |
TIME.... |
DATE.... |
LOCATION..... |
|
|
|
|
|
|
000 |
0300 |
SYSPROG |
11:23 |
07/11/94 |
Process 0 |
003 |
0360 |
MULLIGAN |
12:03 |
07/11/94 |
Process 3 |
*004 |
0380 |
GALLANT |
14:09 |
07/14/94 |
Process 4 |
018 |
0540 |
MARTIN |
09:14 |
07/11/94 |
Process 18 |
019 |
0560 |
JONES |
12:43 |
07/11/94 |
Process 19 |
022 |
05C0 |
SAPER |
09:52 |
07/11/94 |
Process 22 |
027 |
0660 |
BUCKLER |
09:04 |
07/11/94 |
Process 27 |
029 |
0680 |
ERICKSON |
08:24 |
07/11/94 |
Process 28 |
031 |
06E0 |
SERVICE |
10:13 |
07/11/94 |
Process 31 |
032 |
0700 |
DUKHOVSKOI |
09:54 |
07/11/94 |
Process 32 |
034 |
0740 |
MARTINEZ |
12:02 |
07/11/94 |
Process 34 |
035 |
0760 |
ACCOUNTING |
11:22 |
07/11/94 |
Process 35 |
036 |
0780 |
PROTEGE2 |
10:46 |
07/11/94 |
Process 36 |
037 |
07A0 |
DOUGHERTY |
10:44 |
07/11/94 |
Process 37 |
|
.. |
|
|
|
|
|
.. |
|
|
|
|
|
.. |
|
|
|
|
The report generated by this command lists the following information:
PR# |
Process number. |
PCBF |
Frame number of the Primary Control Block frame for each process. The Primary Control Block defines the first frame of the primary workspace for a process. |
NAME |
Name of an account or a user-ID. |
TIME |
Time the account or user logged on. |
DATE |
Date the account or user logged on. |
LOCATION |
Data contained in the dictionary of the ACC file for each process number. By default this data is PROCESS nnn where nnn is the same as the process number listed under PR#. This data can be modified by the system administrator; see the mvBase Operation and Administration Guide for more information. |