MPE/iX Commands Reference Manual (32650-90877)

Chapter 8 309
Command List VI
Commands LISTFILE thru =LOGON
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