2015-10-08 15:15:08 +00:00
|
|
|
.Dd 2015-10-08
|
2015-01-31 13:20:02 +00:00
|
|
|
.Dt MKFIFO 1
|
2015-01-31 19:37:03 +00:00
|
|
|
.Os sbase
|
2015-01-28 19:55:50 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm mkfifo
|
|
|
|
.Nd create named pipes
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 20:17:58 +00:00
|
|
|
.Nm
|
2015-01-28 19:55:50 +00:00
|
|
|
.Op Fl m Ar mode
|
|
|
|
.Ar name ...
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
creates a named pipe for each
|
|
|
|
.Ar name
|
|
|
|
if it does not already exist.
|
|
|
|
.Sh OPTIONS
|
|
|
|
.Bl -tag -width Ds
|
|
|
|
.It Fl m
|
|
|
|
Set the file
|
|
|
|
.Ar mode
|
2015-01-28 20:15:55 +00:00
|
|
|
of newly created named pipes. See
|
|
|
|
.Xr chmod 1 .
|
2015-01-28 19:55:50 +00:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr mkfifo 3
|
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
2015-03-27 16:22:48 +00:00
|
|
|
.St -p1003.1-2013
|
2015-01-28 19:55:50 +00:00
|
|
|
specification.
|