mkfifo.1 (442B)
1 .Dd 2015-10-08 2 .Dt MKFIFO 1 3 .Os sbase 4 .Sh NAME 5 .Nm mkfifo 6 .Nd create named pipes 7 .Sh SYNOPSIS 8 .Nm 9 .Op Fl m Ar mode 10 .Ar name ... 11 .Sh DESCRIPTION 12 .Nm 13 creates a named pipe for each 14 .Ar name 15 if it does not already exist. 16 .Sh OPTIONS 17 .Bl -tag -width Ds 18 .It Fl m 19 Set the file 20 .Ar mode 21 of newly created named pipes. See 22 .Xr chmod 1 . 23 .El 24 .Sh SEE ALSO 25 .Xr mkfifo 3 26 .Sh STANDARDS 27 The 28 .Nm 29 utility is compliant with the 30 .St -p1003.1-2013 31 specification.