Find the word definition

Wiktionary
named pipe

n. (context computing English) An extension to the anonymous pipe concept on Unix and Unix-like systems, used for interprocess communication.

Wikipedia
Named pipe

In computing, a named pipe (also known as a FIFO for its behavior) is an extension to the traditional pipe concept on Unix and Unix-like systems, and is one of the methods of inter-process communication (IPC). The concept is also found in OS/2 and Microsoft Windows, although the semantics differ substantially. A traditional pipe is " unnamed" and lasts only as long as the process. A named pipe, however, can last as long as the system is up, beyond the life of the process. It can be deleted if no longer used. Usually a named pipe appears as a file, and generally processes attach to it for inter-process communication.

Usage examples of "named pipe".

Create a service, that creates the read end of the above named pipe.