named pipe


named pipe

(operating system)A Unix pipe with a filename createdusing the "mknod" command. Named pipes allow unrelatedprocesses to communicate with each other whereas the normal(un-named) kind can only be used by processes which are parentand child or siblings (forked from the same parent).