Forking
https://thecodeboss.dev/2016/11/how-daemons-the-init-process-and-process-forking-work/
In Linux, Processes (spawned from the Init System) are created by ‘forking’:
- A process duplicates itself to create a child process, then making an exec System Call to start another program