Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ mkfifo(1) — 386BSD 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mkdir(1)

rm(1)

MKFIFO(1)                   386BSD Reference Manual                  MKFIFO(1)

NAME
     mkfifo - make fifos

SYNOPSIS
     mkfifo [-p] fifo_name ...

DESCRIPTION
     Mkfifo creates the fifos requested, in the order specified, using mode
     0777.

     Options available are:

     -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.

STANDARDS
     Mkfifo is IEEE Std1003.2 (``POSIX'') compliant.

     This manual page derived from the  manual page.

SEE ALSO
     mkdir(1),  rm(1)

HISTORY
     The mkfifo command is currently under development.

BSD Experimental                 July 1, 1991                                1
































Typewritten Software • bear@typewritten.org • Edmonds, WA 98026