parent process in linux system

Posted by walas on Stack Overflow See other posts from Stack Overflow or by walas
Published on 2010-05-23T19:56:56Z Indexed on 2010/05/23 20:00 UTC
Read the original article Hit count: 204

Filed under:

c program that has a parent and n children that acts as follows: parent process: 1- reads a value n from the user 2-forks n children 3-waits to receive exit codes from the 1st child and prints it 4-loops forever

© Stack Overflow or respective owner

Related posts about c