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, --context=CTX
21              set the SELinux security context of each NAME to CTX
22
23              When COREUTILS_CHILD_DEFAULT_ACLS environment variable  is  set,
24              -m/--mode  option respects default umask and ACLs, as it does in
25              Red Hat Enterprise Linux 7 by default
26
27       --help display this help and exit
28
29       --version
30              output version information and exit
31

AUTHOR

33       Written by David MacKenzie.
34

REPORTING BUGS

36       Report mkfifo bugs to bug-coreutils@gnu.org
37       GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
38       General help using GNU software: <http://www.gnu.org/gethelp/>
39       Report mkfifo translation bugs to <http://translationproject.org/team/>
40
42       Copyright © 2010 Free Software Foundation, Inc.   License  GPLv3+:  GNU
43       GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
44       This  is  free  software:  you  are free to change and redistribute it.
45       There is NO WARRANTY, to the extent permitted by law.
46

SEE ALSO

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