Showing Administration Information with LIST Commands [ Getting System Information Programmer's Guide ] MPE/iX 5.0 Documentation
Getting System Information Programmer's Guide
Showing Administration Information with LIST Commands
The LISTACCT, LISTGROUP, and LISTUSER commands work in a similar fashion,
and the parameters that you can specify for each one are the same. Each
command, entered without parameters, displays all account, group, or user
information within the user's capabilities.
The parameters that you can use with these commands are as follows:
acctset, groupset The set of items for which information is to be
listed.
set, or userset You can use various wildcard characters to specify
items:
# = a single numeric character
? = a single alphanumeric character
@ = zero or more alphanumeric characters
@, entered alone, specifies "all members of a set."
listfile Name of the output file to which the information is
to be written. Default is $STDLIST.
pass Causes a display of the password for this level.
The output from all the commands discussed above is similar. Example 7-1
uses LISTGROUP to display group information:
________________________________________________________________
| |
| |
| :LISTGROUP LOZAR.SYS |
| ******************** |
| GROUP: LOZAR.SYS |
| |
| DISC SPACE: 124824(SECTORS) PASSWORD: |
| CPU TIME : 0(SECONDS) SECURITY--READ : AN |
| CONNECT TIME: 0(MINUTES) WRITE : GU |
| DISC LIMIT: UNLIMITED APPEND : GU |
| CPU LIMIT : UNLIMITED LOCK : AN |
| CONNECT LIMIT: 0(MINUTES) EXECUTE : AN |
| PRIV VOL : n/a SAVE : GU |
| FILE UFID:$0D05F001 $740998E1 $00001E20 $00000008 $0000 |
| MOUNT REF CNT : n/a |
| HOME VOL SET : MPE_SYSTEM_VOLUME_SET |
| CAP: BA,IA,PM,MR,DS,PH |
| |
________________________________________________________________
Example 7-1. Displaying Group Information
MPE/iX 5.0 Documentation