OSDN Git Service

coreutils: Update to coreutils 8.22
[linuxjm/coreutils.git] / original / man1 / mkfifo.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.43.3.
2 .TH MKFIFO "1" "May 2014" "GNU coreutils 8.22" "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\-Z\fR, \fB\-\-context\fR[=\fICTX\fR]
19 set the SELinux security context of each NAME to
20 default type, or CTX if specified
21 .TP
22 \fB\-\-help\fR
23 display this help and exit
24 .TP
25 \fB\-\-version\fR
26 output version information and exit
27 .PP
28 GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
29 Report mkfifo translation bugs to <http://translationproject.org/team/>
30 .SH AUTHOR
31 Written by David MacKenzie.
32 .SH COPYRIGHT
33 Copyright \(co 2013 Free Software Foundation, Inc.
34 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
35 .br
36 This is free software: you are free to change and redistribute it.
37 There is NO WARRANTY, to the extent permitted by law.
38 .SH "SEE ALSO"
39 mkfifo(3)
40 .PP
41 The full documentation for
42 .B mkfifo
43 is maintained as a Texinfo manual.  If the
44 .B info
45 and
46 .B mkfifo
47 programs are properly installed at your site, the command
48 .IP
49 .B info coreutils \(aqmkfifo invocation\(aq
50 .PP
51 should give you access to the complete manual.