Linux is an open-source operating system built around a core component called the kernel. It acts as a bridge between the user, software applications, and computer hardware.
Core Architecture
1. Kernel
The heart of Linux. Manages CPU, Memory, Devices, File Systems. Works behind the scenes.
2. User Space
Where programs run: Terminal, File Manager, Browser, Editors.
3. Distributions
Kernel + Tools + Desktop. Examples: Ubuntu, Kali, Red Hat.