 |
» |
|
|
|
Displays information for one or more users. Syntax |  |
LISTUSER [userset] [,listfile] [;PASS] [;FORMAT={SUMMARY|BRIEF|DETAIL}] Parameters |  |
- userset
Specifies the set of users to be listed. The default
is all (@) users
(and accounts) within the user's capabilities (AM or SM). Use wildcard
characters to specify more than one user. Use the ?
symbol to specify a single alphanumeric character. Use the #
symbol to specify a single numeric character. Use the @
symbol to specify zero or more alphanumeric characters. - listfile
The name of the output file. The default is $STDLIST,
a temporary file that cannot be overwritten by a BUILD
command. It is automatically specified as a new ASCII file with
variable-length records, closed in the temporary domain, user-supplied
carriage-control characters (CCTL),
OUT access mode, and EXC
(EXCLUSIVE access) option. All other characteristics are the same
as they would be with the FILE
command default specifications. - PASS
Permits users with account manager (AM) and system
manager (SM) capability to see the user password. - FORMAT
Used to specify one of several display formats. - SUMMARY
Provides a summary of the account information. If
FORMAT is not
specified, SUMMARY
is the default. - BRIEF
Generates a list of user.account
names only. - DETAIL
Displays all information associated with the account.
Operation Notes |  |
This command produces user information in an ASCII format. Use |  |
This command is available from a session, a job, a program,
or in BREAK. Pressing Break aborts
the execution of this command. If you do not have system manager
(SM) or account manager (AM) capability, you can list only your
logon user. If you have AM, you may list any user in your account.
If you have SM, you may list any user in the system. Example |  |
In the following example, since the user has AM capability,
the password is displayed: LISTUSER PETE;PASS ...or... LISTUSER PETE;PASS;FORMAT=SUMMARY ******************* USER: PETE.TEST HOME GROUP: DEVELOP PASSWORD: MYPASS MAX PRI : 150 LOC ATTR: $00000000 LOGON CNT : 1 WRITE : GU CAP: AM,AL,GL,DI,CV,UV,LG,CS,ND,SF,IA,BA,PH,DS,MR,PM LISTUSER @;FORMAT=BRIEF PETE.TEST MIKE.TEST CHRIS.TEST LISTUSER PETE;FORMAT=DETAIL ******************* USER : PETE.TEST PASSWORD : ** UID : ## GID : ## MAX PRI : 150 LOC ATTR : $00000000 LOGON CNT : 2 HOME DIR : /UI/DEVELOP LOGON CI : /SYS/PUB/CI CAP : AM,AL,GL,DI,CV,UV,LG,PS,CS,ND,SF,BA,IA,PM,MR,DS,PH
|
 |  |  |  |  | NOTE: In the above example, the "##" in the UID and GID fields
indicate that no UID or GID is associated with the user. The PXUTIL
utility should be run to create UID and GID entries. |  |  |  |  |
Related Information |  |
- Commands
ALTUSER,
LISTACCT, LISTGROUP,
NEWUSER, PURGEUSER,
PXUTIL - Manuals
None
|