child process
In computing, a process created by another process (the parent).
親プロセスが終了すると、子プロセスも終了する。
When the parent process terminates, the child process also terminates.
Compound of 子 (child) + プロセス (process), a direct translation of the English computing term.