I ran a program say "process_file" using a system call
ie. system("process_file -c arg1 -d arg2");
multiple times (say 4 times), so I would get 4 processes
running at the same time.
The problem is I would like to keep track of which PID
belongs to shich process, so I can have a full control
over those processes and know when to kill which
processes