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

LISTGROUP

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The LISTGROUP command displays information about one or more groups.

Syntax



   LISTGROUP [groupset][,listfile][;PASS]

Parameters

groupset

Specifies the set of groups to be listed. If you have account manager (AM) or system manager (SM) capability, the default is all (@) groups within your logon account. If you do not have either capability, the default is your logon group.

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 the 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 group 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 display any group on the system. If you have account manager (AM) capability, you can display any group in your account. If you have neither capability, you can only display your logon group.

Example

  • To display information, including the password, for a group named DEVELOP, enter:

    
    
       :LISTGROUP DEVELOP;PASS
    

The system responds by printing the following information on your screen:



   *******************

   GROUP: DEVELOP.HPXLII





   DISC SPACE: 5752(SECTORS)            PASSWORD: GROUPASS

   CPU TIME  : 0(SECONDS)               SECURITY--READ    : GU

   CONNECT TIME: 0(MINUTES)                       WRITE   : GU

   DISC LIMIT: UNLIMITED                          APPEND  : GU

   CPU LIMIT : UNLIMITED                          LOCK    : GU

   CONNECT LIMIT: UNLIMITED                       EXECUTE : GU

   PRIV VOL : n/a                                 SAVE    : GU

   FILE UFID: $000D4001 $80001050 $000FF620 $00000008 $0000000A

   MOUNT REF CNT:  n/a

   HOME VOL SET :  MPE_SYS_VOL_SET

   CAP: IA,BA

Related Commands



   ALTGROUP

   LISTACCT

   LISTUSER

   NEWGROUP
Feedback to webmaster