mkfifo - make named pipes
mkfifo "-m mode" filename ...
Create one or more named pipes, in the order specified, with the mode given.
If no mode is given, create them with mode 0666, modified by the umask.
g+w
) are also acceptable.Jeffrey S. Haemer and Louis Krupp
chmod(1) umask(1) mkfifo(2)