Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site utcsri.UUCP Path: utzoo!utcsri!greg From: greg@utcsri.UUCP (Gregory Smith) Newsgroups: net.lang.c Subject: Re: Fork and Execl Message-ID: <2190@utcsri.UUCP> Date: Mon, 24-Feb-86 17:01:24 EST Article-I.D.: utcsri.2190 Posted: Mon Feb 24 17:01:24 1986 Date-Received: Mon, 24-Feb-86 17:44:57 EST References: <868@umd5.UUCP> Reply-To: greg@utcsri.UUCP (Gregory Smith) Distribution: net Organization: CSRI, University of Toronto Lines: 7 Summary: In article <868@umd5.UUCP> don@umd5.UUCP writes: >The question is: >After issuing the fork(), I know the parent process gets the pid of the >child, and the child is a copy of the parent process, but where does the >execution of the child process continue from ? From the stork process, of course.