home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cops_104.zip / cops_104 / README.FIRST < prev    next >
Text File  |  1992-03-10  |  2KB  |  56 lines

  1.  
  2.   Here is a fast overview of how to learn to use COPS; steps may be deleted,
  3. ignored, or added at your discretion.
  4.  
  5. 0)  It requires a unix system with a C compiler; the perl stuff
  6. (optional) requires a perl version >= 3.44.  Better yet, >= 4.10.
  7.  
  8. 1)  If you're upgrading from an older version, read "coverfile" for an
  9. overview of the changes from last time.
  10.  
  11. 2)  Read "README.1", either "README.2.sh" or "README.2.pl", depending
  12. on which version you're going to run, and then "README.3".
  13. 1b) If applicible, look at the readme files in the "docs" directory
  14. (e.g. "readme.svr4", etc.)  Alternately, read "quickstart" for a crash
  15. course in installing/running COPS.
  16.  
  17. 3)  Run "reconfig" if uncertain about the pathnames to the system
  18. executables that your system uses, or if you think they are at all
  19. different than sun/generic BSD systems.
  20.  
  21. 4)  "make" or "make install" (if installing, change line 7 in "makefile"
  22. to specify where you want things to go.)  If you'd like to try the fast
  23. crypt stuff (stolen from Crack), uncomment lines 94-95, comment out
  24. the normal line (93).
  25.  
  26. 5)  Change the "is_able.lst" and "crc_list" files to better represent
  27. your type of system.
  28.  
  29. 6)  Run COPS.  Usually something like "./cops -v -s . -b cops_errs" or
  30. whatnot.  Also run "suid.chk".
  31.  
  32. 7)  Read "docs/warnings" file for interpretations of results.
  33. 7b) If on a network and have more than one report, you may with to
  34. run the CARP report analyzer (see the "carp" subdirectory; *ONLY*
  35. useable with "cops -v" output files!)
  36.  
  37. 8)  Fix problems that were flagged, examine the error log (cops_errs in
  38. the above example) to see if cops had any troubles with anything, and
  39. finally decide if you want to modify the exception filter (typically
  40. "cops_filter", run with the -f flag; e.g. "cops -f cops_filter").
  41.  
  42. 9)  Read various man pages, extra docs, and look at source code to see
  43. if anything needs modifying or tweaking.
  44.  
  45. 10)  Look at the extra stuff included.  In particular, if you have lots
  46. of users, look at the "checkacct" stuff, in the directory of the same
  47. name.  Also look at the "extra_src" directory for miscellaneous goodies.
  48.  
  49. 11)  Put COPS in your system's cron/at (or repeat 5 manually), repeat #7
  50. as deemed neccessary.
  51.  
  52.  
  53.  g'luck...
  54.  -- dan
  55.  
  56.