Autosave: 2024-06-21 07:00:04

This commit is contained in:
thomasabishop 2024-06-21 07:00:04 +01:00
parent 007b9984d3
commit a730d75f72
3 changed files with 6 additions and 1 deletions

Binary file not shown.

View file

@ -27,3 +27,7 @@ processes. In this instance the child becomes an orphan. When this occurs in
#Linux, the orphan process is adopted by `init`.
## Related notes
![systemd](./systemd.md)
![ps](./ps.md)

View file

@ -19,7 +19,8 @@ the parent of all processes: PID1. Whilst it does a lot of its work in quick
succession at boot time it is not limited to the this stage of the lifescycle
but runs continuously in reponse to new user events.
On Linux systems `systemd` is used to implement `init`.
On Linux systems `systemd` is used to implement `init` and therefore `systemd`
will always be listed as the first process (PID1)
`systemd` is directly accessible from user space and provides a straightforward
way to enable/disable, start/stop system level processes