ELVPRSV.8
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:2k
源码类别:

操作系统开发

开发平台:

C/C++

  1. .TH ELVPRSV 8
  2. .SH NAME
  3. elvprsv - Preserve the the modified version of a file after a crash.
  4. .SH SYNOPSIS
  5. .nf
  6. fBfBelvprsvfP ["-fIwhy elvis diedfP"] /tmp/fIfilenamefP...
  7. fBfBelvprsvfP -R /tmp/fIfilenamefP...
  8. .fi
  9. .SH DESCRIPTION
  10. .PP
  11. fIelvprsvfP preserves your edited text after fIelvisfP dies.
  12. The text can be recovered later, via the fIelvprsvfP program.
  13. .PP
  14. For UNIX-like systems,
  15. you should never need to run this program from the command line.
  16. It is run automatically when fIelvisfP is about to die,
  17. and it should be run (via /etc/rc) when the computer is booted.
  18. THAT'S ALL!
  19. .PP
  20. For non-UNIX systems such as MS-DOS, you can either use fIelvprsvfP
  21. the same way as under UNIX systems (by running it from your AUTOEXEC.BAT file),
  22. or you can run it separately with the "-R" flag to recover the files
  23. in one step.
  24. .PP
  25. If you're editing a file when fIelvisfP dies
  26. (due to a bug, system crash, power failure, etc.)
  27. then fIelvprsvfP will preserve the most recent version of your text.
  28. The preserved text is stored in a special directory; it does NOT overwrite
  29. your text file automatically.
  30. .PP
  31. fIelvprsvfP will send mail to any user whose work it preserves,
  32. if your operating system normally supports mail.
  33. .SH FILES
  34. .IP /tmp/elv*
  35. The temporary file that fIelvisfP was using when it died.
  36. .IP /usr/preserve/p*
  37. The text that is preserved by fIelvprsvfP.
  38. .IP /usr/preserve/Index
  39. A text file which lists the names of all preserved files, and the names
  40. of the /usr/preserve/p* files which contain their preserved text.
  41. .SH BUGS
  42. .PP
  43. Due to the permissions on the /usr/preserve directory, on UNIX systems
  44. fIelvprsvfP must be run as superuser.
  45. This is accomplished by making the fIelvprsvfP executable be owned by "root"
  46. and turning on its "set user id" bit.
  47. .PP
  48. If you're editing a nameless buffer when fIelvisfP dies, then fIelvprsvfP will pretend
  49. that the file was named "foo".
  50. .SH AUTHOR
  51. .nf
  52. Steve Kirkendall
  53. kirkenda@cs.pdx.edu
  54. .fi