     USERINFO (V1.2-2)   B     UserInfo provides a synopsis of an individual user record fromB     sysuaf.dat in a format easier to scan than 'SHOW XXX' from the     authorize utility   
    Parameters     =      USERNAME - Optional. The USERNAME is a valid user in the @                 User Authorization File. The user account can beC                 DISUSERed. If omitted, information is displayed for -                 all accounts in the UAF file.   
    Qualifiers   <     /AUTHPRIV - if present, USERINFO displays the Authorized1                 privileges for the target user(s)   9     /DEFPRIV  - if present, USERINFO displays the Default 1                 privileges for the target user(s)   =     /HOME - if present, USERINFO displays the home device and <                 directory (sys$login) for the target user(s)  9     /PASSCHG - if present, USERINFO displays the password :                 change date and number of days the changed3                 password is valid before expiration   <     /FULL - if present, USERINFO will display the Authorized?                 and Default privileges plus the Password change ?                 information, negating the need for entry of the /                 the three individual qualifiers   <     /HELP - if present, USERINFO displays list of qualifiers5                 available for USERINFO (this display)   @     /VERSION - if present USERINFO displays version, build date,"                 and required privs        Usage example:        $ userinfo anonymous  -               Username: ANONYMOUS (ANONYMOUS) D                  Flags: Disctly,Defcli,Lockpwd,Restricted,Diswelcome=                         Dismail,Nomail,Disreport,Disreconnect             InterActive: Never -         NonInterActive: 10-Apr-2004 (92 days)        $ userinfo anonymous /full  -               Username: ANONYMOUS (ANONYMOUS) 5                    Uic: [3375,10] ([ANONY,ANONYMOUS]) 1                Default: SYS$SYSDEVICE:[ANONYMOUS] D                  Flags: Disctly,Defcli,Lockpwd,Restricted,Diswelcome=                         Dismail,Nomail,Disreport,Disreconnect             InterActive: Never -         NonInterActive: 10-Apr-2004 (92 days) #              PwdChange: Pre-Expired               AuthPrivs: none               DefPrivs: none    --   