Manage a Red Hat / CentOS server from the command line — hands on

Linux you can actually run, right in the browser

Servers run Linux, and Linux is run from the shell. This playground teaches the day-to-day of administering a RHEL / CentOS box — files, permissions, users, services, and packages — with a real simulated terminal on every page. Type commands, break things, fix them. No VM, no SSH, no internet.

Try it right now — this terminal is live Type ls and press Enter. Then pwd, whoami, cat notes.txt, cd projects. It's a working shell with a real filesystem.
student@rhel9: ~ — bash
try: ls -l · cat notes.txt · cd scripts · ls · uname -a

?Why learn the command line?

🖥️ Servers have no desktop

Production Linux boxes are "headless" — no mouse, no windows. The shell is the only way in.

🔴 RHEL runs the enterprise

Red Hat Enterprise Linux & its rebuilds (CentOS, Rocky, Alma) power banks, telcos, and the cloud.

⚙️ It's the DevOps foundation

Docker, Kubernetes, Ansible, CI/CD — all sit on top of Linux skills you'll build here.

📦Your practice machine: rhel9

Every terminal in this pack is the same simulated server — a Red Hat Enterprise Linux 9 box you log into as the user student. It has a home directory, some files and scripts, running services (sshd, httpd, firewalld), and the dnf package manager. You can even become root with sudo.

RHEL, CentOS, Rocky, Alma — what's the difference? They're nearly identical. RHEL is Red Hat's paid, supported product. CentOS Stream, Rocky Linux and AlmaLinux are free rebuilds using the same tools (dnf, systemd, rpm). Learn one, you know them all.

🗺️The journey

1 · Linux & the shell start

What Linux is, the prompt, and your first commands: pwd, whoami, ls.

2 · The filesystem

The / tree, where things live (/etc, /var, /home), and moving around.

3 · Files & directories

Create, copy, move, delete, and read files with touch cp mv rm cat.

3½ · The vi / vim editor ★ live editor

The editor on every server. The modal mental model, the core keys, and how to escape — in a real in-page vi simulator.

4 · Permissions & ownership ★ calculator

rwx, chmod octal, chown — with a live permission calculator.

5 · Users & groups

useradd, sudo, /etc/passwd, and the wheel group.

6 · Processes & services

ps, top, kill, and managing daemons with systemctl.

7 · Package management

Install and remove software the RHEL way with dnf/yum and rpm.

8 · Text, pipes & redirection

grep, |, >, >> — the glue that makes the shell powerful.

9 · Admin lab free play

A full terminal plus guided real-world scenarios to work through.

10 · Cheat sheet & challenges graded

One-page reference plus tasks the terminal checks for you.

📈Your progress

Saved in your browser — close the tab and come back where you left off.

🔓 You're reading a free chapter of Linux Admin — the first two are open.
Unlock the rest of this course with a one-time payment.
Unlock this course →
🔓 See course prices