03/02/2022
The Linux Operating System’s architecture primarily has these components: the Kernel, Hardware layer, System library, Shell, and System utility.
- The kernel is the core part of the operating system, which is responsible for all the major activities of the LINUX operating system. This operating system consists of different modules and interacts directly with the underlying hardware.
- System libraries are special functions, that are used to implement the functionality of the operating system and do not require code access rights of kernel modules.
- System Utility programs are liable to do individual and specialized-level tasks.
- The hardware layer of the LINUX operating system consists of peripheral devices such as RAM, HDD, CPU.