3 mkproto \- create a MINIX 3 prototype file
5 \fBmkproto \fR[\fB\-b \fIn\fR] [\fB\-d \fIstr\fR] [\fB\-g \fIn\fR] [\fB\-i \fIn\fR] [\fB\-p \fInnn\fR] [\fB\-s\fR] [\fB\-t \fIroot\fR] [\fB\-u \fIn\fR] \fIsource_directory\fR [\fIprototype_file\fR]\fR
18 .FL "\-b" "Number of blocks in the prototype is \fIn\fR"
19 .FL "\-d" "Indent the prototype file using \fIstr\fR instead of tab"
20 .FL "\-g" "Use \fIn\fR as the gid for all files and directories"
21 .FL "\-i" "Number of i-nodes in the prototype is \fIn\fR"
22 .FL "\-p" "Use \fInnn\fR (3 octal digits) as the protection mode"
23 .FL "\-s" "Use the same uid, gid and mode as the source files have"
24 .FL "\-t" "Use the string \fIroot\fR as the path prefix for every file"
25 .FL "\-u" "Use \fIn\fR as the uid for all files and directories"
27 .EX "mkproto \-b360" "Make a 360K prototype of this directory"
28 .EX "mkproto \-u2 \-g1 \-p644" "Give all files uid 2, gid 1 and mode 644"
31 \fIMkproto\fR creates an \fImkfs\fR prototype file for the specified
33 The prototype file is either written to \fIstdout\fR or, if specified,