Login
Remember
Register
Ask a Question
What are the components of Linux?
0
votes
asked
Nov 30, 2023
in
Linux
by
sharadyadav1986
What are the components of Linux?
linuxcomponent
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 30, 2023
by
sharadyadav1986
Linux architecture has four component:
Hardware: RAM, HDD, CPU together constitute the Hardware layer for the LINUX operating system.
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.
Shell: It is an interface between the user and the kernel.
Utilities: Functions can be utilized from the System utilities.
...