The system calles for process management are fork() which will create a process wait() will wait for exit status of all child processes.
There are many system calls.Some of they are, * fork() * wait() * execl(), execlp(), execv(), execvp() * exit() * signal(sig, handler) * kill(sig, pid)