From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagadeesh Bhaskar P Subject: usage of pipes Date: Tue, 23 Nov 2004 11:24:24 +0530 Message-ID: <1101189263.3786.19.camel@myLinux> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-c-programming@vger.kernel.org Hi, I created a pipe in a program. Now i want to write through that to another program. Is it possible? Or putting it in other words, can I communicate with a pipe (and not a named pipe or FIFO), between 2 entirely independent processes? -- Jagadeesh Bhaskar P