MKFIFO(1)
NAME
mkfifo − make FIFO (named pipe) special files
SYNOPSIS
mkfifo filename ...
DESCRIPTION
Mkfifo creates the FIFO special files named by its operand list. The operands are taken sequentially in the order specified and, if the user has write permission in the appropriate directory, the FIFO is created with permissions 0666 modified by the user’s file mode creation mask (see umask(2)).
The specific actions performed are equivalent to calling
mkfifo(filename, 0666)
for each filename in the operand list (see mkfifo(2)).
EXAMPLES
The following command creates a FIFO special file named peacepipe in the current directory:
mkfifo peacepipe
SEE ALSO
mkfifo(2), mknod(1M), umask(1).
DIAGNOSTICS
Mkfifo returns exit code zero if invoked with at least one operand and if all FIFO special files were created successfully. Otherwise, it prints a diagnostic message and returns a non-zero exit code.
EXTERNAL INFLUENCES
Environment Variables
LANG determines the language in which messages are displayed.
If LANG is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of LANG.
If any internationalization variable contains an invalid setting, mkfifo behaves as if all internationalization variables are set to "C". See environ(5).
EXTERNAL INFLUENCES
International Code Set Support
Single-byte character code sets are supported.
STANDARDS CONFORMANCE
mkfifo: XPG3 ." indexmkfifo − make FIFO (named pipe) special files MKFIFO(1) ." indexmake FIFO (named pipe) special files MKFIFO(1) ." index FIFO (named pipe) special files, make MKFIFO(1) ." index (named pipe) special files, make FIFO MKFIFO(1) ." index special files, make FIFO (named pipe) MKFIFO(1) ." toc MKFIFO(1): mkfifo make FIFO (named pipe) special files
Hewlett-Packard Company — HP-UX Release 7.0: Sept 1989