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       -m, --mode=MODE
18              set file permission bits to MODE, not a=rw - umask
19
20       -Z     set the SELinux security context to default type
21
22       --context[=CTX]
23              like -Z, or if CTX is specified then set the  SELinux  or  SMACK
24              security context to CTX
25
26       --help display this help and exit
27
28       --version
29              output version information and exit
30
31       GNU  coreutils  online  help:  <http://www.gnu.org/software/coreutils/>
32       Report mkfifo translation bugs to <http://translationproject.org/team/>
33

AUTHOR

35       Written by David MacKenzie.
36
38       Copyright © 2013 Free Software Foundation, Inc.   License  GPLv3+:  GNU
39       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
40       This  is  free  software:  you  are free to change and redistribute it.
41       There is NO WARRANTY, to the extent permitted by law.
42

SEE ALSO

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