summaryrefslogtreecommitdiff
path: root/util/sbase/mkfifo.1
blob: 58b724aab9e1760a0fa2b3038ebf942e1920fa1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.Dd October 8, 2015
.Dt MKFIFO 1
.Os sbase
.Sh NAME
.Nm mkfifo
.Nd create named pipes
.Sh SYNOPSIS
.Nm
.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.
See
.Xr chmod 1 .
.El
.Sh SEE ALSO
.Xr mkfifo 3
.Sh STANDARDS
POSIX.1-2013.