table of contents
other versions
- trixie 0.0.30-2
- testing 0.0.30-2
- unstable 0.0.30-2
- experimental 0.0.30-3~exp1
mkfifo(1) | General Commands Manual | mkfifo(1) |
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
- 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.30
mkfifo 0.0.30 |