15 lessons ยท quiz

Linux Admin

Every course before this one โ€” Docker, Kubernetes, Ansible โ€” ultimately runs on top of a Linux box somewhere. This is that box: the filesystem, the permissions, the process that's eating all your CPU, the log line that explains the outage. Less flashy than a container orchestrator, more likely to be the thing you actually need at 2am. ๐Ÿง

0 / 15 lessons โ€” 0%
Start course โ†’
How this course works: same format as the others โ€” short lessons, real commands, a "Try it yourself" box in most of them. A lot of this sticks best in a real terminal, even a throwaway VM or WSL instance โ€” reading commands and typing them build very different muscle memory.
01

Filesystem hierarchy & permissions

The FHS layout, and reading/setting rwx permissions and ownership.

โ†’
02

Users, groups & sudo

Creating accounts, managing groups, and configuring least-privilege sudo access.

โ†’
03

Process management & systemd

Inspecting running processes and managing services as systemd units.

โ†’
04

Package management

Installing and updating software with apt (Debian/Ubuntu) and dnf/yum (RHEL/Fedora).

โ†’
05

Networking basics

Inspecting interfaces and connections with ip and ss, and basic firewall rules.

โ†’
06

Storage & disk management

Partitions, filesystems, mounting, and flexible storage with LVM.

โ†’
07

Logs & journald

Reading system and service logs, and querying journald.

โ†’
08

Shell scripting essentials

Writing reliable bash scripts: variables, conditionals, loops, exit codes.

โ†’
09

Text processing: grep, sed & awk

Finding, transforming, and extracting text from the command line โ€” and chaining it all with pipes.

โ†’
10

Cron & scheduled tasks

Running things automatically, on a schedule, without you there to trigger them.

โ†’
11

SSH & remote administration

Key-based auth, config shortcuts, and hardening remote access.

โ†’
12

Security hardening basics

The habits that keep a freshly provisioned box from being the easy target.

โ†’
13

Performance monitoring & troubleshooting

Is it CPU, memory, disk, or network? Finding out fast when something's slow.

โ†’
14

The boot process & recovery

What actually happens between power-on and a login prompt, and how to recover when it doesn't.

โ†’
15

Best practices & real-world patterns

The habits that separate "it works" from "it keeps working while you sleep."

โ†’
โœ“

Linux Admin quiz

16 questions, straight from the 15 lessons above.

โ†’