Free software BY Project Software & Development, Inc. This software is furnished for free and may be used and copied as desired. This software or any other copies thereof may be provided or otherwise made available to any other person. No title to and ownership of the software is hereby transferred or allowed. The information in this software is subject to change without notice and should not be construed as a commitment by PROJECT SOFTWARE AND DEVELOPMENT, INC. PROJECT SOFTWARE assumes no responsibility for the use or reliability of this software on any equipment whatsoever. Project Software & Development, Inc. 14 Story St. Cambridge, Ma. 02138 617-661-1444 Program: USERS Author: Robin Miller Date: Fall 1984 Description: 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. This program is most useful on RSX-11M since there is no accounting as on RSX-11M+ which displays logged on users with a "DEV /LOG" command. 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 ****************************************************************************** The following changes were made to the ACTFIL distributed by DEC: July 28, 1982 by Robin Miller - Version 4.1 Changed buffer size from 2048. to 512. to save space. July 29, 1982 by Robin Miller - Version 4.2 Remove FSRSZ$ macro to save space. It isn't needed when not using GET$ and PUT$ to accounting file.