Flowdock
method

mkfifo

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: File
mkfifo(*args) public

Creates a FIFO special file with name file_name. mode specifies the FIFO’s permissions. It is modified by the process’s umask in the usual way: the permissions of the created file are (mode & ~umask).

Show source
Register or log in to add new notes.