home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / scsi / SCSI_Inquirer.README < prev    next >
Encoding:
Text File  |  1994-09-21  |  1.2 KB  |  35 lines

  1. SCSIInquirer is a tool letting you know which devices are attached to your
  2. SCSI bus, get informations such as their capacities and performing tests on
  3. them.
  4.  
  5. SCSIInquirer must be installed as SETUID-ROOT. This can be done by make-ing it,
  6. and then while running as root typing, after the installation:
  7.  
  8.     # chown root.wheel $INSTALLDIR/SCSI_Inquirer.app/SCSI_Inquirer
  9.     # chmod 4755 $INSTALLDIR/SCSI_Inquirer.app/SCSI_Inquirer
  10.  
  11. Comments about the class SCSI and SCSIInquirer may be directed to me at the 
  12. addresses below.
  13.  
  14.     Jiro Nakamura 
  15.     The Shaman Group
  16.     jn19@cornell.edu
  17.     76711.542@compuserve.com
  18.     
  19.     Original: August 8, 1990
  20.     Modified: April 22, 1991
  21.  
  22. Note: as Jiro does not have access to a NEXTSTEP system at the moment, I have
  23. modified the code for little endian machines. I checked it was ok for the
  24. informations about capacity and so on, but no further.
  25.     Jiro also asked me to release this version under GPL, so you'll find a
  26. copy of it under 00_COPYING.
  27.  
  28.                     Yves Arrouye (Yves.Arrouye@imag.fr)
  29.  
  30. The software has been submitted to cs.orst.edu in the following location:
  31.  
  32.     ftp://ftp.cs.ors.edu/pub/next/submissions/SCSI_Inquirer.tar.gz.README
  33.     ftp://ftp.cs.ors.edu/pub/next/submissions/SCSI_Inquirer.tar.gz
  34.  
  35.