[Richware Logo]
 
All software distributed from these pages has been released to public domain. Software may be freely copied, distributed, and modified. Software is provided as is, free of charge. The author assumes no responsibility or liability for the use of this software.


KILLUSER
 

KILLUSER deletes processes belonging to the indicated username. GROUP privilege is required to kill processes belonging to another user in your UIC group; WORLD privilege is required to kill processes belonging to another user outside your UIC group. Optional qualifiers include specification of process mode (default to INTERACTIVE) and a particular node in the cluster (defaults to cluster-wide operation).

This package is distributed as a "build" DCL command procedure, which will extract and compile all necessary source code and DCL utilities. The DEC C compiler is required (VAX C compiler may work, but has not been thoroughly tested).
 

Example Usage
$ KILLUSER SMITH
killing pid 20205A20, user SMITH on node DIZZY, process John S
killing pid 20A00983, user SMITH on node LIZZY, process SMITH
killing pid 20A0021E, user SMITH on node LIZZY, process SMITH_1
$ KILLUSER SMITH /NODE=DIZZY /MODE=(NETWORK, BATCH)
killing pid 20204B7F, user SMITH on node DIZZY, process SERVER_00C4
killing pid 2020084B, user SMITH on node DIZZY, process BATCH_77
killing pid 20203AC3, user SMITH on node DIZZY, process BATCH_202
 
Downloading Instructions: Click on View Command Procedure below, then use your browser's Save As option from the File menu to save the command procedure. 
 
View Build Command Procedure
View Online Documentation 
Download Alpha Executable Only
Back to the  Home Page
 
©2000 by Richard D. Johnson