Recent content by rqncodex007

  1. R

    Creating exactly 'n' children of a parent in UNIX.

    Hi, I am new to Linux and just started to learn UNIX. I saw that fork() creates 2^n-1 children. So I thought about how I can create exactly 'n' children. I searched about it on the web but was not able to find a solution. Is there any way? Please help me out.
Top