HPlogo MPE/iX Commands Reference Manual: HP 3000 MPE/iX Computer Systems > Chapter 4  Command Definition F-K

LISTACCT

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Displays information about one or more accounts.

Syntax

LISTACCT [acctset] [,listfile] [;PASS] [;FORMAT={SUMMARY|BRIEF|DETAIL}]

Parameters

acctset

The accounts to be listed. The default is all accounts for system managers (SM). For all other users, the default is their logon account. Use the # symbol to specify a single numeric character. Use the ? symbol to specify a single alphanumeric character. Use the @ symbol to specify zero or more alphanumeric characters. By itself, @ represents all the members of a set. Each of these wildcard characters counts toward the eight character limit for group, account, and file names.

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, and with 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 account managers and system managers to see the password.

FORMAT

Specifies one of several display formats, listed below.

SUMMARY

Provides a summary of the account information. If FORMAT is not specified, SUMMARY is the default.

BRIEF

Generates a list of account names only.

DETAIL

Displays all information associated with the account.

Operation Notes

This command produces account 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. System managers (SM) can list any account on the system; account managers (AM) and general users can list only their own account.

Examples

The presence of the password in the following display implies that the user has account manager (AM) capability and this is the user's account, or that the user has system manager (SM) capability and this is not the user's account.

 LISTACCT HPXLII;PASS

...or...
LISTACCT HPXLII;PASS;FORMAT=SUMMARY

********************
ACCOUNT: HPXLII
DISC SPACE: 754115(SECTORS) PASSWORD: ACCTPASS
CPU TIME : 3330(SECONDS) LOC ATTR: $00000000
CONNECT TIME: 102(MINUTES) SECURITY READ : ANY
DISC LIMIT: UNLIMITED WRITE : AC
CPU LIMIT: UNLIMITED APPEND : AC
CONNECT TIME: UNLIMITED LOCK : ANY
MAX PRI: 150 EXECUTE : ANY
GRP UFID : $00D0001 $80001050 $00138A20 $00000008 $000001FA
USER UFID : $00D4001 $80001050 $00138C20 $00000008 $000001FB
CAP: AM,AL,GL,DI,CV,UV,LG,CS,ND,SF,IA,BA,PH,DS,MR,PM

LISTACCT @;FORMAT=BRIEF

ACCOUNT1
ACCOUNT2
BACCT1
POSIX
SYS


LISTACCT POSIX;FORMAT=DETAIL

********************
ACCOUNT : POSIX
PASSWORD : **
GID : 50
DISC SPACE : 1163440(SECTORS)
CPU TIME : 199798(SECONDS)
CONNECT TIME : 1116561(MINUTES)
DISC LIMIT : UNLIMITED
CPU LIMIT : UNLIMITED
CONNECT LIMIT: UNLIMITED
MAX PRI : 150
LOC ATTR : $00000000
SECURITY : R:ANY, W:ANY, A:ANY, L:ANY, X:ANY
GRP UFID : $055A0003 $48C0B6B8 $000066B4 $918008B5 $0077B2D9
USER UFID : $055A0004 $48C0B6B8 $000066B4 $918008B5 $0077B2DF
CAP : SM,AM,AL,GL,DI,OP,CV,UV,LG,PS,NA,NM,CS,ND,SF,BA,IA,PM,MR,DS,PH

Related Information

Commands

LISTFILE, LISTGROUP, LISTUSER, NEWACCT, PURGEACCT, ALTACCT

Manuals

Performing System Management Tasks

Feedback to webmaster