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(1) - mojave | 
| mkfifo(3) - redhat | 
| mkfifo(3) - debian | 
| mkfifo(1) - osx | 
| mkfifo(1) - freebsd | 
| Similar Topics in the Unix Linux Community | 
|---|
| Struggling with mkfifo | 
| Help with Mkfifo and exec | 
| Help with Mkfifo and exec |