0 votes
in Linux by
What are the components of Linux?

1 Answer

0 votes
by

Linux architecture has four component:

  1. Hardware: RAM, HDD, CPU together constitute the Hardware layer for the LINUX operating system.
  2. Kernel: It is a core part of the Linux OS. It is responsible for many activities in the LINUX OS. There are two types of Kernel - Monolithic and MicroKernel.
  3. Shell: It is an interface between the user and the kernel.
  4. Utilities: Functions can be utilized from the System utilities.
...