MKPROTO.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH MKPROTO 1
- .SH NAME
- mkproto - create a MINIX prototype file
- .SH SYNOPSIS
- fBmkproto fR[fB-b fInfR] [fB-d fIstrfR] [fB-g fInfR] [fB-i fInfR] [fB-p fInnnfR] [fB-sfR] [fB-t fIrootfR] [fB-u fInfR] fIsource_directoryfR [fIprototype_filefR]fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-b" "Number of blocks in the prototype is fInfR"
- .FL "-d" "Indent the prototype file using fIstrfR instead of tab"
- .FL "-g" "Use fInfR as the gid for all files and directories"
- .FL "-i" "Number of i-nodes in the prototype is fInfR"
- .FL "-p" "Use fInnnfR (3 octal digits) as the protection mode"
- .FL "-s" "Use the same uid, gid and mode as the source files have"
- .FL "-t" "Use the string fIrootfR as the path prefix for every file"
- .FL "-u" "Use fInfR as the uid for all files and directories"
- .SH EXAMPLES
- .EX "mkproto -b360" "Make a 360K prototype of this directory"
- .EX "mkproto -u2 -g1 -p644" "Give all files uid 2, gid 1 and mode 644"
- .SH DESCRIPTION
- .PP
- fIMkprotofR creates an fImkfsfR prototype file for the specified
- source-directory.
- The prototype file is either written to fIstdoutfR or, if specified,
- the proto-file.
- .SH "SEE ALSO"
- .BR mkfs (1).