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

LISTUSER

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The LISTUSER command displays information about one or more users in an ASCII format.

Syntax



   LISTUSER [userset][,listfile][;PASS]

Parameters

userset

Specifies the set of users to be listed. If you have account manager (AM) capability, the default is all users in your account. If you have system manager (SM) capability, the default is all users on the system.

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.

PASS

Permits those with AM and SM capability to see the user 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 user on the system. If you have account manager (AM) capability, you can display any user in your account. If you have neither capability, you can only display your logon user.

Examples

  • To display information, including the password, for a user named PETE, enter:

    
    
       :LISTUSER PETE;PASS
    

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

    
    
       *******************
    
       USER: PETE.HPXLII
    
    
    
       HOME GROUP: DEVELOP                  PASSWORD: MYPASS
    
       MAX PRI   : 150                      LOC ATTR: $00000000
    
       LOGON CNT : 1                               WRITE   : GU
    
       CAP: AM,AL,GL,DI,CV,UV,LG,CS,ND,SF,IA,BA,PH,DS,MR,PM
    
  • To display all users in an account named PRACTICE, enter:

    
    
       :LISTUSER @.PRACTICE
    

Related Commands



   ALTUSER

   LISTACCT

   LISTGROUP

   NEWUSER
Feedback to webmaster