| MKFIFO(1) | General Commands Manual | MKFIFO(1) |
mkfifo — make
FIFOs
mkfifo |
[-m mode]
fifo_name ... |
mkfifo creates the FIFOs requested, in the
order specified, using mode 0666 modified by the current
umask(2). It requires write
permission in the parent directory.
The options are as follows:
The mkfifo utility exits 0 on
success, and >0 if an error occurs.
The mkfifo utility is compliant with the
IEEE Std 1003.1-2008 (“POSIX.1”)
specification.
The mkfifo command appeared in
4.3BSD-Reno.
| July 30, 2022 | openbsd |