mkfifo creates FIFOs (also called named pipes) with the
specified names.
A FIFO is a special file type that permits independent
processes to communicate. One process opens the FIFO file
for writing, and another for reading, after which data can
flow as with the usual anonymous pipe in shells or
elsewhere.