You do not want to be using it by default, because this can leave for example an orphan child, orphaned children processes.
您不希望默认使用它,因为这可能会留下孤儿进程、孤儿进程等。
PKM OS
Like if a process has other small children processes that it started, and you SIGKILL it, all of those will keep running in there, but they won't have a parent, and you can maybe have a really weird behavior going on.
A child process in computing is a process created by another process (the parent process). This technique pertains to multitasking operating systems, and is sometimes called a subprocess or traditionally a subtask.
There are two major procedures for creating a child process: the fork system call (preferred in Unix-like systems and the POSIX standard) and the spawn (preferred in the modern (NT) kernel of Microsoft Windows, as well as in some historical operating systems).