Linux Architecture Flashcards
1
Q
Hardware
A
Peripheral devices such as the system’s RAM, hard drive, CPU, and others.
2
Q
Kernel
A
The core of the Linux operating system whose function is to virtualize and control common computer hardware resources like CPU, allocated memory, accessed data, and others. The kernel gives each process its own virtual resources and prevents/mitigates conflicts between different processes.
3
Q
Shell
A
A command-line interface (CLI), also known as a shell that a user can enter commands into to execute the kernel’s functions.
4
Q
System Utility
A
Makes available to the user all of the operating system’s functionality.