All topics
Knowledge library · 02 articles
Linux
Practical notes on systems, shells, and infrastructure.
0102
Linux Distribution System
What is a Linux Distribution? The Linux kernel is just the core — it manages hardware, memory, and processes. A distribution (distro) bundles the kernel to…
Filesystem & Navigation
The Linux Filesystem Tree Linux uses a single unified tree rooted at /. Everything — disks, devices, network shares — is mounted somewhere inside it. pwd —…