From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: fork: why to copy process to run new program? Date: Sun, 03 Jul 2005 22:09:14 -0300 Message-ID: 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 Hello! Why, when a program needs to open another, have fork to copy all the initial program just for 'exec' the another? Could'nt initial program just to "tell" the kernel for open the second program? Thank you Tom