sbase/mkfifo.1

30 lines
442 B
Groff
Raw Normal View History

.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
of newly created named pipes.
.El
.Sh SEE ALSO
.Xr mkfifo 3
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.