TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-235
USERS Program
USERS Program
Use the USERS program to list user attributes for a particular user or range of users.
run-option
is any of the options described in the RUN[D|V] Command on page 156.
range
specifies a particular user or group of users to be listed. Note that range refers to
the local system only. The allowable range specifications and their meanings are:
(blank)
lists current user only.
group-id,user-id
lists user with specified user number.
group-id,*
lists all users in specified group.
group-name.user-name
lists named user only.
[group-name.]*
lists all users in named group. If you omit group-name, USERS,lists users in
your group.
*,* or *.*
lists all users.
Examples
1. To display the USERS listing for yourself (the currently logged-on user), enter:
13> USERS
2. To find out the user name associated with the user ID 8,44, enter:
14> USERS 8,44
The USERS program displays information such as this:
GROUP USER I.D. # SECURITY DEFAULT VOLUMEID
MANUF .FRED 008,044 NUNU $BIG.BAD
USERS [ / run-option [ , run-option ] ... / ] [ range ]