USERS is a program used to display the users logged on the system. You can display all users logged on, or a specific user by specifying the user name to display. Help can be obtained on a particular topic by typing : HELP USERS subtopic subsubtopic ... Examples: USERS Displays all logged on terminals and associated user names. The user names are obtained from the accounting file using the login UIC. USERS M Displays all users with the first or last name starting with "M". Additional information available: /FULL /HEADER /OUTPUT /SUMMARY /USER 2 FULL /FULL Displays a full report. This causes the last logon date and time to be displayed. 2 HEADER /HEADER or /-HEADER Enables or disables printing the header message. The default is to display the header message. Example: USERS /-HEADER 2 OUTPUT /OUTPUT=file_name Write the accounting report to the specified file name. If the file name is omitted, the default name is USERS.LOG. If the extension is omitted, .LOG is appended. Example: USERS /OUTPUT=ROBIN 2 SUMMARY /SUMMARY Displays the total number of logged on users. Examples: USERS /SUMMARY 2 USER /USER=user_name Displays the entry for the specified user name. The name can be either the first or last name. Example: USERS /USER=ROBIN