home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / audit.arc / AUDIT.DOC < prev    next >
Encoding:
INI File  |  1988-02-28  |  2.7 KB  |  64 lines

  1. [from SEMPER BBS, Fayetteville NC, 27 Feb 88]
  2.         ============================================================
  3.                       AUDIT -- examine file security
  4.         ============================================================
  5.  
  6.         Some of the simplest file security is acheived by altering
  7.         file attributes, whether making the files read-only, or even
  8.         hidden from normal directory searches.  The problem then is,
  9.         identifying which files have been secured, and which have been
  10.         hidden.
  11.  
  12.         This series of programs attempts to identify these files,
  13.         showing them as 'unusual,' that is to say, having attribute
  14.         settings that are not usual.
  15.  
  16.         VTREEHP will print a visual tree of the current (or indicated)
  17.         drive, and report on 'normal' and 'hidden' directories.  (The
  18.         latter do not appear in DIR commands, and some programs may
  19.         not know of their existance; however, you can still CD/CHDIR
  20.         into a hidden directory, and use it as you would any other
  21.         once you are within.)
  22.  
  23.         UNUSUAL will travel through the entire tree structure of the
  24.         current drive, and for each directory, it will list files that
  25.         are other than normal or usual.  Hidden, system, or read-only
  26.         files and subdirectories are considered unusual.  Having the
  27.         archive attribute set is NOT unusual.
  28.  
  29.         AUDIT uses these two commands to first show the tree structure
  30.         of the given drive, and then to examine it for the indicated
  31.         files.
  32.  
  33.         Syntax for AUDIT is simple.  Merely list all the drive names
  34.         (without colons!) of the drives you want examined.  For
  35.         example,
  36.  
  37.                 AUDIT C D E F
  38.  
  39.         will audit drives C through F.  Before the audit begins, you
  40.         will be given a chance to turn on the printer using [Ctrl]
  41.         and [PrtSc], should you desire to do so.  At the end of the
  42.         audit, you will be reminded to turn off the printer in the
  43.         same fashion.
  44.  
  45.         Why do you need AUDIT?
  46.         ---------------------
  47.  
  48.         I designed the AUDIT system to keep track of unauthorized
  49.         files on the various PCs at the office.  Some jokesters made
  50.         a hidden directory and filled it up with games.  Not anymore.
  51.         Some kept personal files on the system, again just hiding
  52.         them.  They, too are gone.  Finally, it allowed me to see all
  53.         the files which were secured properly against accidental
  54.         erasure.
  55.  
  56.         If you find AUDIT, or VTREEHP, or UNUSUAL of use, I won't feel
  57.         bad if you throw a few bucks my direction.  Aim for:
  58.  
  59.         Thomas Tuerke
  60.         441 San Carlos Way
  61.         Novato, CA, 94947
  62.  
  63.         Thank you.
  64.