libutil: add O_NOCTTY back to old pty open code
[minix.git] / man / man1 / mkproto.1
blob237a5995ac9c3ff401b454990be99656db33ef4c
1 .TH MKPROTO 1
2 .SH NAME
3 mkproto \- create a MINIX 3 prototype file
4 .SH SYNOPSIS
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
6 .br
7 .de FL
8 .TP
9 \\fB\\$1\\fR
10 \\$2
12 .de EX
13 .TP 20
14 \\fB\\$1\\fR
15 # \\$2
17 .SH OPTIONS
18 .TP 5
19 .B \-b
20 # Number of blocks in the prototype is \fIn\fR
21 .TP 5
22 .B \-d
23 # Indent the prototype file using \fIstr\fR instead of tab
24 .TP 5
25 .B \-g
26 # Use \fIn\fR as the gid for all files and directories
27 .TP 5
28 .B \-i
29 # Number of i-nodes in the prototype is \fIn\fR
30 .TP 5
31 .B \-p
32 # Use \fInnn\fR (3 octal digits) as the protection mode
33 .TP 5
34 .B \-s
35 # Use the same uid, gid and mode as the source files have
36 .TP 5
37 .B \-t
38 # Use the string \fIroot\fR as the path prefix for every file
39 .TP 5
40 .B \-u
41 # Use \fIn\fR as the uid for all files and directories
42 .SH EXAMPLES
43 .TP 20
44 .B mkproto \-b360
45 # Make a 360K prototype of this directory
46 .TP 20
47 .B mkproto \-u2 \-g1 \-p644
48 # Give all files uid 2, gid 1 and mode 644
49 .SH DESCRIPTION
50 .PP
51 \fIMkproto\fR creates an \fImkfs\fR prototype file for the specified
52 source-directory. 
53 The prototype file is either written to \fIstdout\fR or, if specified, 
54 the proto-file.
55 .SH "SEE ALSO"
56 .BR mkfs (1).