Tizen 2.0 Release
[external/tizen-coreutils.git] / man / mkfifo.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH MKFIFO "1" "March 2007" "GNU coreutils 6.9" "User Commands"
3 .SH NAME
4 mkfifo \- make FIFOs (named pipes)
5 .SH SYNOPSIS
6 .B mkfifo
7 [\fIOPTION\fR] \fINAME\fR...
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Create named pipes (FIFOs) with the given NAMEs.
12 .PP
13 Mandatory arguments to long options are mandatory for short options too.
14 .TP
15 \fB\-m\fR, \fB\-\-mode\fR=\fIMODE\fR
16 set file permission bits to MODE, not a=rw \- umask
17 .TP
18 \fB\-\-help\fR
19 display this help and exit
20 .TP
21 \fB\-\-version\fR
22 output version information and exit
23 .SH AUTHOR
24 Written by David MacKenzie.
25 .SH "REPORTING BUGS"
26 Report bugs to <bug\-coreutils@gnu.org>.
27 .SH COPYRIGHT
28 Copyright \(co 2007 Free Software Foundation, Inc.
29 .br
30 This is free software.  You may redistribute copies of it under the terms of
31 the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
32 There is NO WARRANTY, to the extent permitted by law.
33 .SH "SEE ALSO"
34 mkfifo(3)
35 .PP
36 The full documentation for
37 .B mkfifo
38 is maintained as a Texinfo manual.  If the
39 .B info
40 and
41 .B mkfifo
42 programs are properly installed at your site, the command
43 .IP
44 .B info mkfifo
45 .PP
46 should give you access to the complete manual.