|
|
|
|
|
by zokier
330 days ago
|
|
> Conceptually, you think of "spawning a child" as something that is in some kind of container (the parent process), but the underlying mechanics are not like this at all, That is not quite right either, the newly created child processes generally go to the same process group as the parent, the process groups (and sessions) forming those "containers". Tbh this is one of the many murky areas of UNIX. |
|