If no mode is given, create them with mode 0666, modified by the umask.
Numbers must be three octal digits (as for chmod(1).
Symbolic modes, specified the way you can for chmod(1)
(such as g+w
) are also acceptable.
chmod(1) umask(1) mkfifo(2)