Pipe

From Computer History Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A pipe is a reliable byte stream between processes in the UNIX operating system. They are not a general inter-process communication mechanism; a pipe between two processes must have been set up by a common ancestor of the two, before any child processes which are to use it are created.

External link