RHCSA and Linux+ practice questions

850 free practice questions across 85 packs, written objective by objective for RHCSA EX200 (RHEL 10) and CompTIA Linux+ XK0-006. Every question carries an explanation, and your mastery is tracked per exam objective so you can see exactly which domains need work.

Question packs

RHCSA

OpenShift Admin

RHCE EX294

Linux Diagnostics

Ansible Automation Platform

LFCS

Linux Essentials

LPIC-1 (101)

LPIC-1 (102)

LPIC-2 (201)

LPIC-2 Exam 202-450

Linux+

Try a few

Sample question 1

On a Debian-based system, which command installs a local `.deb` package file and automatically resolves its dependencies?

Answer: A. `apt install ./package.deb` installs the local `.deb` file and resolves dependencies from configured repos. `dpkg -i` installs but does NOT resolve dependencies -- you'd need `apt -f install` afterward.

Sample question 2

Which command queries the RPM database to list all files installed by the `httpd` package?

Answer: A. `rpm -ql` lists (l) files installed by a queried (q) package. `-qa` lists all installed packages. `-qi` shows info about a package. `-qR` shows package dependencies.

Sample question 3

You need to install `vim` on a RHEL-based system from configured repositories. Which package manager command should you use?

Answer: A. `dnf` is the default package manager for RHEL/Fedora-based systems and resolves dependencies automatically. `apt` is Debian/Ubuntu. `rpm` doesn't resolve dependencies. `pacman` is Arch Linux.

Sample question 4

You need to create a 10G logical volume named `data` in volume group `vg01`. Which sequence is correct?

Answer: A. `lvcreate -L` sets the size, `-n` names the LV, and the last argument is the VG. `-s` creates a snapshot, not a regular LV. `vgcreate` creates volume groups, not logical volumes.

Sample question 5

Which command enables and immediately starts the `nginx` service so it also survives a reboot?

Answer: A. `systemctl enable --now` combines both `enable` (persist across reboots) and `start` (activate immediately) in a single command. Option B works but requires two commands.

Frequently asked questions

Are these RHCSA and Linux+ practice questions free?

Yes. The question packs are free to take. Create a free account to track mastery per exam objective across attempts.

Do the packs match the real exam objectives?

Each pack maps to one exam domain, with objective-by-objective coverage: RHCSA EX200 packs follow the RHEL 10 objectives and CompTIA Linux+ packs follow XK0-006.

Are multiple-choice questions enough to pass RHCSA?

No, and we say so plainly: EX200 is a hands-on exam graded from machine state. Use the packs to find weak objectives, then practice those objectives on real VMs in the RHCSA track, where tasks are graded the way the real exam grades.

Multiple choice finds the gaps; real machines close them. Practice hands-on in the training tracks.