home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / EFFO / forum16.lzh / SOFTWARE / C / DEVPRC / Devprc.man < prev    next >
Text File  |  1991-01-05  |  2KB  |  70 lines

  1.  
  2.  
  3.      Devprc                    PROGRAMMER UTILITY                    Devprc
  4.  
  5.  
  6.      NNAAMMEE     
  7.           Devprc - show which device belongs to which process(es) 
  8.  
  9.  
  10.      SSYYNNOOPPSSIISS     
  11.           devprc [-a] [[-d <device>] [-h]]
  12.  
  13.  
  14.      DDEESSCCRRIIPPTTIIOONN     
  15.           devprc  displays  tables  showing which device is associated with
  16.           which process.  the following options are recognized: 
  17.  
  18.           -a      all devices (default) 
  19.                   a listing of all processes and devices is produced.  
  20.                   this listing consists of: 
  21.                      PID         - process id 
  22.                      NAME        - process name 
  23.                      PROCESSPATH - the program path no. ,i.e: 
  24.                                     0 = stdin 
  25.                                     1 = stdout 
  26.                                     3 = stderr etc.  
  27.                      SYSPATH     - the system (kernel) path no.  
  28.                      DEVICE      - the device name 
  29.                      FILENAME    - if the device is an RBF-device, 
  30.                                     the filename is shown 
  31.  
  32.           -d      show processes associated with one device.  
  33.                   this option needs the devicename as a parameter.  
  34.                   its primary purpose is to get the no.'s of running 
  35.                   processes for killing them in shell scripts to free 
  36.                   up the associated devices.  
  37.                   the output consists of a number (process id) in the 
  38.                   first column followed by a tab (0x09) and the process 
  39.                   name.  
  40.  
  41.           -h      this option is only possible with the -d option. its 
  42.                   purpose is to write a header prior to the output  
  43.                   described under the -d option.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.      Page 1                                  Printed (10 Mae 1990 13:16:22)
  69.  
  70.