Author: Bill Schoen WSCHOEN at KGNVMC, schoen@vnet.ibm.com Title: List users of a file system -- REQUIRES AT LEAST OS390R2 PROPERTY OF IBM COPYRIGHT IBM CORP. 1997 fsinuse ======= Syntax: fsinuse This lists the process id, user id, and uid of any users that are currently using the file system in which resides. This utility requires superuser authority. Example: ======== fsinuse /u/wjs this will list all processes that are using the file system that contains the file or directory /u/wjs. Install Information =================== Place fsinuse in a directory where you keep executable programs. Make sure the permission bits are set to 0555 (or at least 0500) so that a superuser can execute it. If you would like it to be useable by anyone, set the permissions to 04555 to make it a setuid program. The file owner must be uid 0. If you obtain this program via FTP, the program is a REXX program in source form. Transfer it in text mode. As a reminder, the filename is fsinuse.txt. . History: 10/21/97 hex devno problem 06/16/98 handle >500 processes