date and time created 90/05/05 00:00:57 by mckusick
[unix-history] / usr / src / usr.bin / mkfifo / mkfifo.1
.\" Copyright (c) 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" Redistribution and use in source and binary forms are permitted
.\" provided that the above copyright notice and this paragraph are
.\" duplicated in all such forms and that any documentation,
.\" advertising materials, and other materials related to such
.\" distribution and use acknowledge that the software was developed
.\" by the University of California, Berkeley. The name of the
.\" University may not be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
.\" WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.\"
.\" @(#)mkfifo.1 5.1 (Berkeley) %G%
.\"
.TH MKFIFO 1 ""
.AT 3
.SH NAME
mkfifo \- make fifos
.SH SYNOPSIS
\fBmkfifo [ \fI-p\fB ] fifo_name ...
.SH DESCRIPTION
.I Mkfifo
creates the fifos named as operands, in the order specified,
using mode 0777.
.PP
The options are as follows:
.TP
.I -p
Create intermediate directories as required. If this option is not
specified, the full path prefix of each operand must already exist.
.PP
.I Mkfifo
requires write permission in the parent directory.
.PP
.I Mkfifo
exits 0 if successful, and >0 if an error occurred.
.SH "HISTORY"
Mkfifo is POSIX 1003.2 compliant.
.br
This manual page derived from the POSIX 1003.2 manual page.
.SH "SEE ALSO"
mkdir(1),
rm(1)