Examples of using The parent process in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
The parent process receives a SIGKILL signal.
Changes to the parent process does not affect child processes.
Changes to the parent process does not affect child processes.
Any process that creates the child process is called the parent process.
The parent process and any unrelated processes will not be affected.
The process that starts up when Firefox launches is called the parent process.
In the parent process, fork() returns the PID of the child.
A new process is created that is almost identical to the parent process.
When the parent process is terminated, all of its subtasks are also terminated.
However, if the parent process is the init process, you should not kill it.
Initially, this is the environment variable inherited from the parent process(usually the shell).
Passed on to child processes, but it is not propagated back to the parent process.
If there are more than MaxSpareServers idle, then the parent process kills off the excess processes.
Similarly, the child process writes data to the other pipe and the parent process reads from it.
If there are more than MaxSpareServers idle, then the parent process will kill off the excess processes.
This signal tells the parent process to execute the wait() system call and clean up its zombie children.
The parent process passes this identifier to the waitpid system call to suspend execution until the child has exited.
Has its own self-contained start and end events; sequence flows from the parent process must not cross the boundary.
If the cd command inherits the parent process' directory, then the objective of the command cd will never be achieved.