diff --git a/guide/english/linux/how-linux-system-boots-up-6-step-description/index.md b/guide/english/linux/how-linux-system-boots-up-6-step-description/index.md index c59d40f204..2b9f1243f6 100644 --- a/guide/english/linux/how-linux-system-boots-up-6-step-description/index.md +++ b/guide/english/linux/how-linux-system-boots-up-6-step-description/index.md @@ -58,6 +58,7 @@ title CentOS (2.6.18-194.el5PAE) - Mounts the root file system as specified in the “root=” in grub.conf - Kernel executes the /sbin/init program - It is the 1st program to be executed by Linux Kernel, it has the process id (PID) of 1. Do a ‘ps -ef | grep init’ and check the pid. You can also use netstat +- Checks Basic CPU information - initrd stands for Initial RAM Disk. - initrd is used by kernel as temporary root file system until kernel is booted and the real root file system is mounted. It also contains necessary drivers compiled inside, which helps it to access the hard drive partitions, and other hardware.