Parent process
In computing, a parent process is a process that has created one or more child processes. == Unix-like systems == In Unix-like operating systems, every process except process 0 (the swapper) is created when another process executes the fork() system call.