READFS.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH READFS 1
  2. .SH NAME
  3. readfs - read a MINIX file system
  4. .SH SYNOPSIS
  5. fBreadfsfR [fB-ilfR] fIblock_specialfR [fIdirfR]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 OPTIONS
  18. .FL "-i" "Give information about the file, but do not extract files"
  19. .FL "-l" "List the files extracted on standard output"
  20. .SH EXAMPLES
  21. .EX "readfs -l /dev/fd0" "List contents of diskette"
  22. .SH DESCRIPTION
  23. .PP
  24. fIReadfsfR reads a diskette containing a 
  25. s-2MINIXs+2
  26. file system.  It can
  27. extract all the files from it, give a listing of them, or both.  The files
  28. extracted can be put in a user-specified directory (default: current
  29. directory).  If subdirectories are needed, they will be created automatically.
  30. .SH "SEE ALSO"
  31. .BR mkproto (1).