Autosave: 2024-06-21 06:45:04
This commit is contained in:
parent
c09b829510
commit
007b9984d3
3 changed files with 9 additions and 0 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -18,4 +18,12 @@ a container in which a program runs. This container includes:
|
|||
- a memory address
|
||||
- other information about the state of the process
|
||||
|
||||
Other than the `init` process started by the kernel (PID1), every process has a
|
||||
parent process that started it. This parent-child relationship creates a tree of
|
||||
processes.
|
||||
|
||||
It is possible that a parent process will terminate before one of its child
|
||||
processes. In this instance the child becomes an orphan. When this occurs in
|
||||
#Linux, the orphan process is adopted by `init`.
|
||||
|
||||
## Related notes
|
||||
|
|
|
@ -4,6 +4,7 @@ tags:
|
|||
- Linux
|
||||
- procedural
|
||||
- systemd
|
||||
- operating-systems
|
||||
---
|
||||
|
||||
# systemd
|
||||
|
|
Loading…
Add table
Reference in a new issue