home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / dskutl / zerodisk.arc / ZERODISK.DOC < prev    next >
Text File  |  1989-03-07  |  1KB  |  33 lines

  1.  
  2.                                                            zerodisk(1)
  3.  
  4. NAME
  5.      zerodisk - erase unallocated disk blocks
  6.  
  7. SYNTAX
  8.      zerodisk [device]
  9.  
  10. DESCRIPTION
  11.     The zerodisk command is used to erase those blocks of disk space
  12.      which are presently unused, but may still contain information from
  13.      removed files.  If a device name is given, that device's unused blocks
  14.      are zeroed, otherwise the device containing the current directory is
  15.      zeroed.  Any existing files are left untouched.
  16.     Possible reasons for using zerodisk are to protect outdated but
  17.      sensitive data, or to make it easier to track down lost disk blocks
  18.      if some future need should arise.
  19.         Zerodisk should be very safe to use, as it works by simply writing
  20.      zeroes to a temporary file until there is no more space left on the
  21.      given device, and the operating system is not bypassed.
  22.  
  23. EXAMPLES
  24.     zerodisk a:
  25.     zerodisk c:/tmp/
  26.     zerodisk /tmp/
  27.  
  28. FILES
  29.     [device]zerodisk.tmp - temporary file created on given device.
  30.  
  31. AUTHOR
  32.     Steve Creps, Indiana University (creps@silver.bacs.indiana.edu).
  33.