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

操作系统开发

开发平台:

C/C++

  1. ELVREC(1)                 Minix Programmer's Manual                  ELVREC(1)
  2. NAME
  3.      elvrec - Recover the modified version of a file after a crash
  4. SYNOPSIS
  5.      elvrec [preservedfile [newfile]]
  6. DESCRIPTION
  7.      If you're editing a file when elvis dies, the system  crashes,  or  power
  8.      fails,  the  most  recent  version  of  your text will be preserved.  The
  9.      preserved text is stored in a special directory; it  does  NOT  overwrite
  10.      your text file automatically.
  11.      The elvrec program locates the preserved version of  a  given  file,  and
  12.      writes  it  over  the  top  of your text file -- or to a new file, if you
  13.      prefer.  The recovered file will have nearly all of your changes.
  14.      To see a list of all recoverable files, run elvrec with no arguments.
  15. FILES
  16.      /usr/preserve/p*
  17.           The text that was preserved when elvis died.
  18.      /usr/preserve/Index
  19.           A text file which lists the names of all preserved  files,  and  the
  20.           names  of  the  /usr/preserve/p* files which contain their preserved
  21.           text.
  22. BUGS
  23.      elvrec is very picky about filenames.  You must tell it  to  recover  the
  24.      file  using  exactly  the same pathname as when you were editing it.  The
  25.      simplest way to do this is to go into the same directory  that  you  were
  26.      editing,  and  invoke  elvrec  with  the same filename as elvis.  If that
  27.      doesn't work, then try running elvrec with no arguments, to  see  exactly
  28.      which pathname it is using for the desired file.
  29.      Due to the permissions on the /usr/preserve directory,  on  UNIX  systems
  30.      elvrec  must  be  run  as  superuser.  This is accomplished by making the
  31.      elvrec executable be owned by "root" and setting its "set user id" bit.
  32.      If you're editing a nameless buffer when elvis  dies,  then  elvrec  will
  33.      pretend that the file was named "foo".
  34. AUTHOR
  35.      Steve Kirkendall
  36.      kirkenda@cs.pdx.edu
  37.                                                                              1