Displaying 1 result from an estimated 1 matches for "gettind".
Did you mean:
getting
2007 Oct 19
2
program calls system() gettind PID - slightly off topic
I have a C program on centos. When I call system("some_program &");
how do I get the PID of the some_program?
I cant just list processes as there might be more than one some_program
active.
I need to know the one that I just started.
Thanks,
Jerry