Definitions for "Parent process"
Keywords:  spawn, subprocess, exec, child, fork
(n.) A process from which a child process is started.
Process that controls another often referred to as the child process or subprocess. See process.
The process that spawned a particular process. See also "process ID."