Query: mkfifo
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MKFIFO(1) General Commands Manual MKFIFO(1)NAMEmkfifo - make a named pipeSYNOPSISmkfifo [-m mode] fifo ...OPTIONS-m Create fifo with specified modeEXAMPLESmkfifo pipe # Create pipe in the current directory mkfifo -m a+w systatus # Create the systatus writable by allDESCRIPTIONThe specified fifo special files are created. If the -m flag is used, this will be equivalent to a chmod on the fifo special file after its creation.SEE ALSOchmod(1), mknod(2), mknod(8). MKFIFO(1)
| Related Man Pages |
|---|
| mkfifo(2) - freebsd |
| mkfifo(3) - linux |
| mkfifo(2) - debian |
| mkfifo(3) - centos |
| mkfifo(2) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Struggling with mkfifo |
| Help with Mkfifo and exec |
| Help with Mkfifo and exec |