child process
A new process created by an existing process. The new process is known to the pre-existing process as its child process. The pre-existing process is called the parent process.

A new process created by an existing process. The new process is known to the pre-existing process as its child process. The pre-existing process is called the parent process.