$ PEEK /SHOW USERS [node::][spec,spec,...]
PEEK> SHOW USERS [node::][spec,spec,...]
Displays data about current users on the system. This helps you more
easily isolate the users whom you want to watch.
A parameter, or list of parameters, can be used to qualify which
users are displayed.
These parameters take the standard VMS wildcards * and %.
A nodename can be prefixed before the first user specification in
the list. In this case, any users on that node matching any of the
user specifications are displayed. E.g.
$ PEEK/SHOW USERS ALPHA::SYS,P*USER
will display any users on node ALPHA that either begin with SYS or
else start with a 'P' and also contain the string 'USER'.
(Note that the use of nodenames for the SHOW USERS command differs
from the use of nodenames in other Peek commands. For SHOW USERS,
only the first specification in the list may have a nodename
prepended to it. That nodename applies to all of the subsequent
user specs in the list.)
The data shown, and the format of the /SHOW USERS display, are
user-definable; see the PEEK manual for details on how you can
customize the /SHOW USERS display to your liking.
The default format for /SHOW USERS is a look-alike for the VMS
Version 5.1 DCL SHOW USERS display.