Create a FIFO special file named name with file mode mode.
mode is interpreted as an octal number and is subject to umask
processing. The final calculated mode is mode - umask
.
If successful, err is 0 and msg is an empty string. Otherwise, err is nonzero and msg contains a system-dependent error message.
See also: pipe, umask.
Package: octave