Next: , Previous: , Up: posix fd   [Index]


4.13.11 File descriptor fifos

Function: mkfifo pathname mode

Interface to the C function mkfifo(), (libc)mkfifo. Create a FIFO special file with name pathname and mode mode, which must be a fixnum. If successful return unspecified values, else raise an exception.