LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how parent process can control it's child? (https://www.linuxquestions.org/questions/linux-general-1/how-parent-process-can-control-its-child-574146/)

sluge 08-02-2007 04:13 AM

how parent process can control it's child?
 
Hello
I have a question about processes in linux. In my app parent process launch child process, and it is needed when the parent process crash, child process also must exit. Is it any special linux system call to launch child to achive it?

b0uncer 08-02-2007 04:19 AM

As far as I understand it, all child processes should die if their "mother" process dies. What's the problem?

sluge 08-02-2007 04:31 AM

so, in linux if parent provess die, child process will die too?


All times are GMT -5. The time now is 05:40 AM.