.\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by .\" the Institute of Electrical and Electronics Engineers, Inc. .\" .\" %sccs.include.redist.man% .\" .\" @(#)mkfifo.1 5.7 (Berkeley) 07/27/91 .\" .Dd .Dt MKFIFO 1 .Os .Sh NAME .Nm mkfifo .Nd make fifos .Sh SYNOPSIS .Nm mkfifo .Op Fl p .Ar fifo_name ... .Sh DESCRIPTION .Nm Mkfifo creates the fifos requested, in the order specified, using mode .Li \&0777 . .Pp Options available are: .Bl -tag -width Ds .It Fl p Create intermediate directories as required. If this option is not specified, the full path prefix of each operand must already exist. .El .Pp .Nm Mkfifo requires write permission in the parent directory. .Pp .Nm Mkfifo exits 0 if successful, and >0 if an error occurred. .Sh STANDARDS The .Nm mkfifo utility is expected to be .St -p1003.2 compliant. .Sh SEE ALSO .Xr mkdir 1 , .Xr rm 1 .Sh HISTORY The .Nm command is .Ud