home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / utilities / utilsm / nuke / nuke_help < prev   
Text File  |  1994-11-28  |  4KB  |  106 lines

  1. nuke (1.00) - 'definitive' files eraser
  2.  
  3. nuke is a small disc utility that allows you to erase files from the disc
  4. surface, filling their sectors with '0's or with a user-definable string.
  5. nuke can also perform the same operation on all the free space of the disc so
  6. that you can delete all the files you want in the usual way (eg. from the
  7. filer) and then nuke the space they previously used on the disc.
  8.  
  9.  
  10. Usage
  11. -----
  12.  
  13. nuke [-options] [-s string] [-n number] pathname
  14.   -f   erase all the free space on disc
  15.   -r   recurse in directories
  16.   -y   don't ask for confirmation before nuking
  17.   -s   fill nuked sectors with "string" instead of '0'
  18.   -v   verbose mode
  19.   -n   overwrite the sectors "number" times
  20.  
  21. If "pathname" is a directory name the -r options must be specified (unless
  22. you use -f, in which case the directory name will be ignored and the free
  23. space will be nuked).
  24.  
  25.  
  26. Why can nuke be useful?
  27. -----------------------
  28.  
  29. I wrote this simple program since I am going to sell my old A410 and I don't
  30. like the idea that other people may be able to read some of my private data.
  31. In fact 'undeleting' a file is almost impossible on RISC OS, but someone can
  32. use a disc editor and (at least) read the text files (mails, sources, etc.)
  33. and eventually some file that is quite easy to identify (GIF, Draw, etc.).
  34. I think that nuke can be useful in a school or in any other environment where
  35. someone has to use a 'public' computer and doesn't want to leave some private
  36. (or compromising!) data on it.
  37. I implemented the option to overwrite more than once the sectors because I
  38. have been told that it could be possible to read part of the data if the
  39. sector has been overwritten only once (using some particular equipment)... I
  40. think this is a bit paranoic, though!
  41. The possibility to fill 'nuked' sectors with a user-defined string can be
  42. useful to leave some funny message to the eventual curious... especially if
  43. you *know* that someone will try to search for interesting text in the disc!
  44.  
  45. Since I think that nobody will use nuke, if you use it and/or if you find
  46. some use for it, I will be really pleased to hear from you!
  47.  
  48.  
  49. Notes
  50. -----
  51.  
  52. nuke only works on E-Format discs (it would be useless to use nuke into an
  53. image filing system, just nuke the whole image file!).
  54. The option to nuke the free space can be useful only if you want to 'clean' a
  55. disc (for example before selling it) but the files/directories nuke should be
  56. better for 'everyday use' (!). In fact, overwriting all the free space can be
  57. a long operation (especially if the disc is mostly empty).
  58. If nuke is stopped while it is working it may happen that you still have the
  59. files and the directories but they are already overwritten: in fact, nuke
  60. fills the sectors and then removes the files using a common wipe command.
  61.  
  62.  
  63. Disclaimer
  64. ----------
  65.  
  66. nuke has been tested and always worked perfectly. Anyway, if it becomes crazy
  67. and it starts overwriting random sectors, I am sorry but I accept no
  68. responsability for that! Use it at your own risk.
  69.  
  70.  
  71. History
  72. -------
  73.  
  74. 1.00   First released version.
  75.  
  76.  
  77. Thanks go to:
  78. -------------
  79.  
  80. - Cristian Ghezzi for the idea to 'nuke' the free space
  81. - Julian Wright that recommended me to include the option to overwrite the
  82.   sectors more than once and found a use for it... 
  83.  
  84.  
  85. Conditions of use
  86. -----------------
  87.  
  88. nuke is FreeWare: you can use and distribute it freely, provided that the
  89. whole archive is copied unaltered (including this help file).
  90.  
  91.  
  92. I can be contacted at the following address:
  93.  
  94. Sergio Monesi
  95. Via Trento e Trieste 30
  96. 20046 Biassono (MI)
  97. Italy
  98.  
  99. E-mail address:
  100. pel0015@cdc8g5.cdc.polimi.it
  101. If you don't receive a reply (or if the message is bounced) I can also be
  102. contacted at:
  103. sergio@phantom.com
  104. or:
  105. sergio@g386bsd.first.gmd.de
  106.