2015-10-08 11:15:08 -04:00
|
|
|
.Dd 2015-10-08
|
2015-01-31 08:20:02 -05:00
|
|
|
.Dt MKFIFO 1
|
2015-01-31 14:37:03 -05:00
|
|
|
.Os sbase
|
2015-01-28 14:55:50 -05:00
|
|
|
.Sh NAME
|
|
|
|
.Nm mkfifo
|
|
|
|
.Nd create named pipes
|
|
|
|
.Sh SYNOPSIS
|
2015-01-30 15:17:58 -05:00
|
|
|
.Nm
|
2015-01-28 14:55:50 -05: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 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
|
2015-03-27 12:22:48 -04:00
|
|
|
.St -p1003.1-2013
|
2015-01-28 14:55:50 -05:00
|
|
|
specification.
|