On Fri, Nov 15, 2002 at 07:09:03AM -0500, Zoltan Szabo wrote:
> I have a little problem.
> If I have two C programs: 
> start1
> child1
> 
> "child1" is started from "start1", how can i get in the starter program
> the PID of the child program?

"man fork".  It's the return value of the fork() call.
-- 
        Dave Ihnat
        [EMAIL PROTECTED]



-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to