Provided by: rust-coreutils_0.0.20-1_amd64 bug

NAME

       mkfifo - Create a FIFO with the given name.

SYNOPSIS

       mkfifo [-m|--mode] [-Z ] [--context] [-h|--help] [-V|--version] [fifo]

DESCRIPTION

       Create a FIFO with the given name.

OPTIONS

       -m, --mode=MODE [default: 0666]
              file permissions for the fifo

       -Z     set the SELinux security context to default type

       --context=CTX
              like  -Z,  or if CTX is specified then set the SELinux or SMACK security context to
              CTX

       -h, --help
              Print help

       -V, --version
              Print version

VERSION

       v0.0.20

                                          mkfifo 0.0.20                                 mkfifo(1)