minix man page for mkfifo

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)

NAME
mkfifo - make a named pipe
SYNOPSIS
mkfifo [-m mode] fifo ...
OPTIONS
-m Create fifo with specified mode
EXAMPLES
mkfifo pipe # Create pipe in the current directory mkfifo -m a+w systatus # Create the systatus writable by all
DESCRIPTION
The 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 ALSO
chmod(1), mknod(2), mknod(8). MKFIFO(1)
Related Man Pages
mkfifo(3) - redhat
mkfifoat(2) - debian
mkfifo(3) - debian
mkfifo(3) - suse
mkfifo(1) - freebsd
Similar Topics in the Unix Linux Community
Struggling with mkfifo
Help with Mkfifo and exec
Help with Mkfifo and exec