MKFIFO(1) General Commands Manual MKFIFO(1)

mkfifoCreate FIFO special files

mkfifo [-m mode] file...

mkfifo creates a FIFO special file at file.

mode
Set permission of new special file, relative to 0666/rw-rw-rw using the same format as chmod(1).

The mkfifo utility exits 0 on success, and >0 if an error occurs.

mknod(1)

mkfifo should be compliant with the IEEE Std 1003.1-2024 (“POSIX.1”) specification.

Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>

2024-04-23 Linux 6.6.67-gentoo-x86_64