2015-01-28 14:55:50 -05:00
|
|
|
.Dd January 28, 2015
|
|
|
|
.Dt MKFIFO 1 sbase\-VERSION
|
|
|
|
.Sh NAME
|
|
|
|
.Nm mkfifo
|
|
|
|
.Nd create named pipes
|
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm mkfifo
|
|
|
|
.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 15:15:55 -05:00
|
|
|
of newly created named pipes. See
|
|
|
|
.Xr chmod 1 .
|
2015-01-28 14:55:50 -05:00
|
|
|
.El
|
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr mkfifo 3
|
|
|
|
.Sh STANDARDS
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility is compliant with the
|
|
|
|
.St -p1003.1-2008
|
|
|
|
specification.
|