1MKFIFO(1)                        User Commands                       MKFIFO(1)
2
3
4

NAME

6       mkfifo - make FIFOs (named pipes)
7

SYNOPSIS

9       mkfifo [OPTION] NAME...
10

DESCRIPTION

12       Create named pipes (FIFOs) with the given NAMEs.
13
14       Mandatory  arguments  to  long  options are mandatory for short options
15       too.
16
17       -Z, --context=CONTEXT
18              set security context (quoted string)
19
20       -m, --mode=MODE
21              set file permission bits to MODE, not a=rw - umask
22
23       --help display this help and exit
24
25       --version
26              output version information and exit
27

AUTHOR

29       Written by David MacKenzie.
30

REPORTING BUGS

32       Report bugs to <bug-coreutils@gnu.org>.
33
35       Copyright © 2007 Free Software Foundation, Inc.
36       This is free software.  You may redistribute copies  of  it  under  the
37       terms       of       the      GNU      General      Public      License
38       <http://www.gnu.org/licenses/gpl.html>.  There is NO WARRANTY,  to  the
39       extent permitted by law.
40

SEE ALSO

42       mkfifo(3)
43
44       The  full  documentation  for mkfifo is maintained as a Texinfo manual.
45       If the info and mkfifo programs are properly installed  at  your  site,
46       the command
47
48              info mkfifo
49
50       should give you access to the complete manual.
51
52
53
54GNU coreutils 6.9                 March 2007                         MKFIFO(1)
Impressum