home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / file / lsof.README < prev    next >
Encoding:
Text File  |  1994-08-26  |  2.5 KB  |  81 lines

  1.         lsof (LiSt Open Files) version 3
  2.             (release 3.02)
  3.  
  4.  
  5. Lsof version 3 lists open files for running UNIX processes.  It is
  6. a descendent of ofiles, fstat, lsof version 1, and lsof version 2.
  7. It speaks the following UNIX dialects:
  8.  
  9.     AIX 3.2.[45]            IBM RISC/System 6000
  10.     BSDI BSD/386 1.0 and 1.1    PC compatibles
  11.     EP/IX 2.1.1            CDC 4680
  12.     FreeBSD 1.0e            PC compatibles
  13.     HP-UX 9.x            HP
  14.     IRIX 4.0.5 and 5.2        SGI
  15.     NetBSD 0.9a            PC compatibles
  16.     NeXTSTEP 3.1 and 3.2        NeXT (PC's and NeXT)
  17.     OSF/1 1.3 and 2.0        DEC Alpha
  18.     Sequent Dynix 3.0.12        Sequent Symmetry
  19.     SunOS 4.1.3            Sun 3 and 4
  20.     SunOS 5.3 (Solaris 2.3)        Sun 4
  21.     Ultrix 2.2 and 4.2        DEC
  22.  
  23. Version 3 of lsof is distributed as a gzip'd tar archive in the
  24. file lsof_vvv.tar.gz, where vvv is the version number.  (A compressed
  25. tar archive file is also available.)  Since the current version is
  26. 3.02, the current lsof distribution files are:
  27.  
  28.     lsof_3.02.tar.gz        gzip'd tar archive
  29.     lsof_3.02.tar.Z            compressed tar archive
  30.  
  31. (If you need a copy of gunzip, look for it at prep.ai.mit.edu in
  32. pub/gnu.)
  33.  
  34. *  The May 27, 1994 revision (3.01) includes Solaris/SunOS kernel
  35.    memory access modifications and changes for Dynix, EP/IX, and
  36.    NeXTSTEP.
  37.  
  38. *  The June 2, 1884 revision (3.02) refines the generation of the
  39.    Sun kernelbase.h header file so it works without complaint on
  40.    older SunOS versions.  All process_file() functions were modified
  41.    to display "no more information" for file structures whose
  42.    f_count value is zero.
  43.  
  44. See the 00DIST distribution file for more details on feature
  45. additions and bug fixes.  The 00README distribution file gives
  46. background and installation information.  The lsof.8 distribution
  47. file contains the manual page for lsof; it is the only other
  48. documentation besides the source code (included).
  49.  
  50.  
  51. Lsof Version 2
  52. ==============
  53.  
  54. The version 3 predecessor, release 36 of version 2, is also available
  55. in this directory.  It supports the following Unix dialects.
  56.  
  57.     AIX 3.2.[1234]            IBM RISC/System 6000
  58.     BSDI BSD/386 1.0        PC compatibles
  59.     EP/IX 1.4.3 and 2.1.1        CDC 4680
  60.     ETAV 1.17            ETA-10P*
  61.     FreeBSD 1.0e            PC compatibles
  62.     HP-UX [789].x            HP
  63.     IRIX 4.0.5 and 5.1.1        SGI
  64.     NetBSD 0.9a            PC compatibles
  65.     NeXTSTEP 2.1, 3.0, 3.1        NeXT
  66.     OSF/1 1.[23] and 2.0        DEC Alpha
  67.     Sequent Dynix 3.0.12        Sequent Symmetry
  68.     SunOS 4.1.[123]            Sun 3 and 4
  69.     SunOS 5.[13] (Solaris 2.[13])    Sun 4
  70.     Ultrix 2.2 and 4.2        DEC
  71.  
  72. Version 2 of lsof is available in the file:
  73.  
  74.        lsof236tar.gz            gzip'd tar archive
  75.  
  76. (If you need a copy of gunzip, look for it at prep.ai.mit.edu in
  77. pub/gnu.)
  78.  
  79. Vic Abell <abe@cc.purdue.edu>
  80. 5 June 1994
  81.