LISTACCT

Generated from C.65.00 /SYSADMIN/PUB/MYCICAT last modified on Sun Aug 29 15:08:37 2004

Back to Main Index


LISTACCT


     Displays information about one or more accounts.  (CM)

SYNTAX


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


PARAMETERS

acctset             Specifies the accounts to be listed.  The default is
                    all accounts for System Managers (SM).  For all
                    other users, the default is logon account.  The
                    symbol "#" may be used to specify a single numeric
                    character.  The symbol "?" may be used to specify a
                    single alphanumeric character.  And "@" may be used
                    to specify zero or more alphanumeric characters.  By
                    itself, "@" represents all the members of a set.
                    Each of these "wild card" 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              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 account names
                                  only.

                    DETAIL        Displays all information associated
                                  with the account.


OPERATION


     This command produces account information in an ASCII format
     similar to the output from LISTDIR5.

     This command is available from a session, job, 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.


EXAMPLE(S)


     LISTACCT HPXLII;PASS
        ... or ....

     LISTACCT HPXLII;PASS;FORMAT=SUMMARY

     ********************
     ACCOUNT HPXLII

     DISC SPACE 754115(SECTORS)    PASSWORD  ACCTPASS
     CPU TIME   3330(SECONDS)      LOC ATTR  $
     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

     The presence of the password is this display implies that
     the user as AM capability and this is the user's account, or
     that the user has SM capability and this is not the user's
     account.

     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     : $
     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


ADDITIONAL INFORMATION


Commands:   LISTGROUP, LISTUSER, NEWACCT, PURGEACCT, ALTACCT

Back to Main Index