HPlogo Commands Reference HP 3000 Series 9X8LX Computer Systems > Chapter 2 MPE/iX Commands

LISTACCT

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The LISTACCT command displays information about one or more accounts in an ASCII format.

Syntax



   LISTACCT [acctset][,listfile][;PASS]

   [;FORMAT={SUMMARY|BRIEF|DETAIL}]

Parameters

acctset

Specifies the accounts to be listed. The default is all accounts for those with system manager (SM) capability. For all others, the default is their logon account.

You can use wildcard characters to specify certain types of characters as follows:

  • # specifies a single numeric character.

  • ? specifies a single alphanumeric character.

  • @ specifies zero or more alphanumeric characters.

Each wildcard character is counted toward the eight-character limit for group, account, and file names.

listfile

Specifies the name of the output file. The default is $STDLIST, a temporary file that cannot be overwritten by the 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 with the FILE command default specifications.

PASS

Permits those with account manager (AM) and system manager (SM) capability to see the account password.

Operation Notes

  • Usage

    You can enter this command from a session, a job, a program, or in break mode. Pressing Break aborts the execution of this command.

  • Restrictions

    If you have system manager (SM) capability, you can list any account and account password on the system. If you have account manager (AM) capability, you can list only your own account and its password. If you do not have either SM or AM capability, you can only list your logon account and cannot display your password.

Example

  • To display information, including the password, for an account named HPXLII, enter:

       :LISTACCT HPXLII;PASS
    
       *********************
    
       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
    
       GROUP 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
    

Related Commands



   ALTACCT

   LISTGROUP

   LISTUSER

   NEWACCT
Feedback to webmaster