Re: kill the child process

1999-06-29 Thread Ulrik Haugen
* Shao Zhang <[EMAIL PROTECTED]>: > In my C program, I have created a child process to do some timeout > stuff in case something goes wrong. > > But when I exit the main program, how do I kill this child process > since I no longer need it?? > > I have checked the ma

RE: kill the child process

1999-06-29 Thread Lewis, James M.
check out the man page for the "kill" system call. It's in section 2. You should have the pid since you started the child... jim >-- >From: Shao Zhang[SMTP:[EMAIL PROTECTED] >Sent: Tuesday, June 29, 1999 1:12 AM >To:Debian Mail List >Cc:The recipient's address is unknown. >Subj