mkfifo (1) Linux Manual Page
NAME mkfifo – make FIFOs (named pipes) SYNOPSIS mkfifo [,OPTION/]… ,NAME/… DESCRIPTION Create named pipes (FIFOs) with the given NAMEs. Mandatory arguments to long options are mandatory for short options too. -m, –mode=,MODE/ set file permission bits to MODE, not a=rw – umask -Z set the SELinux security context to default type –context[=,CTX/] like -Z,…
