Init System
- On nix-based systems, the first Userland Process to start, after the kernel
- Runs until the system shuts down (in effect, killing init is killing the system)
- On Linux, the init system has process ID 1, and acts as the parent of all other Processes
- Creates all other processes by Forking
- The most common systems on Linux are