From 0814e2b022f6b68df9ccb181bb23dd8b9ea4ec45 Mon Sep 17 00:00:00 2001 From: Paton McDonald <37437754+iozevo@users.noreply.github.com> Date: Thu, 27 Jun 2019 23:17:00 -0700 Subject: [PATCH] Added linux cpu check (#32124) --- .../linux/how-linux-system-boots-up-6-step-description/index.md | 1 + 1 file changed, 1 insertion(+) 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.