xref: /original-bsd/usr.bin/mkfifo/mkfifo.1 (revision 6b3572dd)
Copyright (c) 1990 The Regents of the University of California.
All rights reserved.

%sccs.include.redist.man%

@(#)mkfifo.1 5.2 (Berkeley) 06/24/90

MKFIFO 1 "%Q"
.AT 3
NAME
mkfifo - make fifos
SYNOPSIS
mkfifo [ -p ] fifo_name ...
DESCRIPTION
Mkfifo creates the fifos named as operands, in the order specified, using mode 0777.

The options are as follows:

-p Create intermediate directories as required. If this option is not specified, the full path prefix of each operand must already exist.

Mkfifo requires write permission in the parent directory.

Mkfifo exits 0 if successful, and >0 if an error occurred.

"HISTORY"
Mkfifo is POSIX 1003.2 compliant.

This manual page derived from the POSIX 1003.2 manual page.

"SEE ALSO"
mkdir(1), rm(1)