mkfifo <FIFO...>
Make FIFOs (first-in, first-out)
Arguments
Name | Description |
---|---|
FIFO | FIFO(s) to create |
Options
Name | Description |
---|---|
-m <MODE> | Set the file permission bits of newly-created fifos to mode, without respect to the current umask; the mode is specified as in chmod(1) |