READFS.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .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).