07/14/2025
Let's begin the Linux Mastery Journey and become job-ready Linux System Administrators. We will focus on practical skills that are used in the real world.
What is Linux, Really?
When people say Linux, they often mean the whole operating system (OS), but in reality, Linux is the kernel, not the entire OS.
The Kernel is:
The core of the operating system
Sits between the hardware and user-level programs
Manages CPU, memory, devices, and system calls
Think of the kernel like an engine in the car; it's not the whole car, but it powers everything else.
What is the Linux Distribution (Distro)
Linux is a complete operating system built on the Linux kernel, bundled with user space, tools, a shell, a package manager, and an editor.
Drivers, services, default apps
Configuration tailored for specific use and cases, read and explore. Linux Distribution https://www.geeksforgeeks.org/linux-unix/8-most-popular-linux-distributions/
Linux Filesystem
The Root of Everything: /
Linux doesn't use drive letters like Windows (C:); instead, it starts with a single root directory, written as a backslash (/). Everything else branches out of this root, like files, folders, devices, ectara.
Imagine backslash / as a trunk of a tree, and all other folders are branches growing from it.
Why It’s Structured this way to keep system files separate from user files, making it easy for us to back up, secure, and manage the system. Follows a standard called FHS (Filesystem Hierarchy Standard) so it's consistent across all Linux systems.
Setting Up a Virtual Lab
A safe space to break things without consequence and implement real-world practical Linux administration to prepare us for the real world.
Install VirtualBox; it is free software that allows you to run virtual machines (VMs) on your host machine. Download from https://virtualbox.org
Ubuntu Server is a lightweight, command-line version of Ubuntu—perfect for learning core Linux. Download from https://ubuntu.com/download/server
Stay tuned for a video walkthrough for lab setup.
Linux Fans Group@followersTekkNowCybersecurity | NetworkingCiscoLinux
Let's look at key folders we will see under the root directory /.