sbase/mkfifo.1

20 lines
422 B
Groff
Raw Normal View History

2011-05-25 10:00:15 +00:00
.TH MKFIFO 1 sbase\-VERSION
.SH NAME
mkfifo \- make named pipe
.SH SYNOPSIS
.B mkfifo
2013-11-30 20:56:34 +00:00
.RB [ \-m
.IR mode ]
.I name ...
2011-05-25 10:00:15 +00:00
.SH DESCRIPTION
.B mkfifo
creates named pipes (FIFOs) with the given names.
2013-11-30 20:56:34 +00:00
.SH OPTIONS
.TP
.B \-m
Set the file permission bits of newly created FIFOs to mode. The mode
is specified in octal as we do not currently support all the formats that
the chmod(1) utility supports.
2011-05-25 17:29:46 +00:00
.SH SEE ALSO
.IR mkfifo (3)