READFS.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH READFS 1
- .SH NAME
- readfs - read a MINIX file system
- .SH SYNOPSIS
- fBreadfsfR [fB-ilfR] fIblock_specialfR [fIdirfR]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-i" "Give information about the file, but do not extract files"
- .FL "-l" "List the files extracted on standard output"
- .SH EXAMPLES
- .EX "readfs -l /dev/fd0" "List contents of diskette"
- .SH DESCRIPTION
- .PP
- fIReadfsfR reads a diskette containing a
- s-2MINIXs+2
- file system. It can
- extract all the files from it, give a listing of them, or both. The files
- extracted can be put in a user-specified directory (default: current
- directory). If subdirectories are needed, they will be created automatically.
- .SH "SEE ALSO"
- .BR mkproto (1).