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

操作系统开发

开发平台:

C/C++

  1. .TH RECOVER 1
  2. .SH NAME
  3. recover - recover files that have been removed.
  4. .SH SYNOPSIS
  5. fBrecover fIfile ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH EXAMPLES
  18. .EX "rm x; recover x" "Unremove x"
  19. .EX "recover a b c" "Recover three files"
  20. .SH DESCRIPTION
  21. .PP
  22. MINIX allows files that have been deleted (e.g., with fIrmfR) to be
  23. restored (in fI/tmpfR).
  24. The trick is that when a file is unlinked, its i-node number is kept in
  25. the directory entry.
  26. As long as the directory entry and disk blocks are not reused, the file
  27. can be recovered.
  28. This program is actually just a little front end for fIdefR, which must be
  29. installed as a set-uid root executable.
  30. .SH "SEE ALSO"
  31. .BR de (9).