mkfifo man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



MKFIFO(2)							     MKFIFO(2)

NAME
     mkfifo - make a FIFO special file

C SYNOPSIS
     #include <sys/types.h>
     #include <sys/stat.h>

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

DESCRIPTION
     The mkfifo routine creates a new FIFO special file named by the pathname
     pointed to by path. IRIX implements it via the following mknod call:

	  mknod(path, (mode | S_IFIFO), 0)

     where S_IFIFO is defined in <sys/stat.h>.	Refer to mknod(2) for details.

SEE ALSO
     mknod(2), chmod(2), exec(2), pipe(2), stat(2), umask(2).

DIAGNOSTICS
     Upon successful completion, mkfifo returns a value of 0.  Otherwise, a
     value of -1 is returned, no FIFO is created, and errno is set to indicate
     the error.

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net