Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83 based; site houxl.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxl!houxm!houxl!ksg From: ksg@houxl.UUCP (K.GRANT) Newsgroups: net.unix-wizards Subject: Using pipes Message-ID: <356@houxl.UUCP> Date: Tue, 10-Jul-84 18:11:42 EDT Article-I.D.: houxl.356 Posted: Tue Jul 10 18:11:42 1984 Date-Received: Wed, 11-Jul-84 01:28:31 EDT Distribution: net Organization: AT&T Bell Labs, Holmdel NJ Lines: 9 I would like to create a pipe between two processes which are not related (that is one is not the parent of the other). If one process uses the pipe system call, it gets two file descriptors which only have meaning to that process and its children. How do I pass one side of the pipe to another process? Please respond to: {ihnp4!}houxl!ksg Thanks in advance