EmbLogic's Blog

Boot process of linux

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).

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>