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

AUTHOR

32       Written by David MacKenzie.
33

REPORTING BUGS

35       GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
36       Report any translation bugs to <https://translationproject.org/team/>
37
39       Copyright  ©  2022  Free Software Foundation, Inc.  License GPLv3+: GNU
40       GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
41       This is free software: you are free  to  change  and  redistribute  it.
42       There is NO WARRANTY, to the extent permitted by law.
43

SEE ALSO

45       mkfifo(3)
46
47       Full documentation <https://www.gnu.org/software/coreutils/mkfifo>
48       or available locally via: info '(coreutils) mkfifo invocation'
49
50
51
52GNU coreutils 9.1                January 2023                        MKFIFO(1)
Impressum