2015-01-28 19:55:50 +00:00
|
|
|
.Dd January 28, 2015
|
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
|
|
|
|
.St -p1003.1-2008
|
|
|
|
specification.
|