The boot process of linux
=========================
- After you turn on your Linux System, linux kernel loads into memory and runs.
- Firstly, it runs the init process.
- init program is usually located at /sbin/init.
- init process has PID 1.
- The init process then starts all other processes.
- The init process reads the /etc/inittab file during boot (This is outdated now).