mkfifo

Name

mkfifo -- make a FIFO special file

Synopsis

int mkfifo(const char *path, mode_t mode);

Description

The mkfifo() function attempts to create a FIFO special file named by the pathname to which the argument path points. GNU and POSIX specifications for this function vary in the following areas.

Node Permissions

Permissions are specified in the mode argument.

GNU specifies that:

POSIX specifies that:

Errors

POSIX specifies the following error conditions that are not reflected in GNU: