LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to create 5child process from different parent process (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-create-5child-process-from-different-parent-process-4175452963/)

pro_learner 03-06-2013 09:20 AM

how to create 5child process from different parent process
 
Create 5 processes but not from the common parent. Meaning, each child
creates a new process. cleanup
the children using waitpid(). waitpid()
must be called after all the children are created and the parent has
completed its work real work,if any. You must interpret the exit code of the
cleanedup
processes – you must cover all the possible scenarios

acid_kewpie 03-06-2013 09:27 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.


All times are GMT -5. The time now is 01:14 PM.