.ps 60,65 .title WHO # .skip 5 .center WHO .b .skip 2 .hl1 Introduction WHO is a VAX C program which displays information about the various processes running on your VAX/VMS system. It is designed to be installed with CMKRNL privilege or run by a person with such privilege. WHO writes to SYS$OUTPUT. .NOTE !!!WARNING!!! Since WHO must be installed with privilege it represents a potential security problem for your system. For this reason no .OBJ files are provided with WHO. You must build it yourself. If you receive WHO from someone else, cast a jandiced eye at the image unless you have the wherewithall to make absolutely sure the object files, or executable image is free from disruptive code. .END NOTE .hl1 Installation To install WHO on your system use the WHO.COM file provided. Note that WHO must be installed to be useful. .hl1 Use WHO is easy to use. After installing WHO define a symbol WHO to invoke it as a foreign command: .b ######$ who :== $SYS$SYSTEM:WHO.EXE .B