MKFIFO (1)

NAME

mkfifo - make FIFO special file

CONTENTS

Synopsis
Description
See Also

SYNOPSIS

mkfifo [-m mode] path ...

DESCRIPTION

Mkfifo creates FIFO special files on the given path names. The default mode is 666, and is affected by the file creation mask (see umask(2)).

The following options are accepted:
-m mode Uses the given mode to create the directory, ignoring the file creation mask. Mode can be given in octal or in symbolic form, as described in chmod(1).

SEE ALSO

mknod(1), mkfifo(2)


Heirloom Toolchest MKFIFO (1) 8/15/03
Generated by a modified version of manServer 1.07 from mkfifo.1 using man macros.