From the course: LPI Linux Essentials (010-160) Cert Prep

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Process hierarchy

Process hierarchy - Linux Tutorial

From the course: LPI Linux Essentials (010-160) Cert Prep

Start my 1-month free trial

Process hierarchy

- Now that we've discussed package management inside of Linux, let's move on to understanding the process hierarchy. Now, in our previous lessons, we discussed the Linux kernel being the core of your Linux installation. The kernel is going to manage your memory, provide softwares with a way to access hard disks, doles out CPU time and resources, and performs all other sorts of critical low-level tasks. The kernel is loaded early up in the boot process, and it's the kernel that's responsible for managing every other piece of software on a running Linux computer. Now, one of the many ways that the kernel imposes order on the potential chaotic set of software running on the computer is to create a hierarchy. Now, when it boots up, the kernel is going to run just one program. This is known as /sbin/init, or the init process. Now, the init process is then responsible for starting up all of the other basic programs that…

Contents