RHCE Study Guide 2026

Everything you need to pass the RHCE exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.

📋 RHCE Exam Format at a Glance

60
Questions
90 min
Time Limit
70.00%
Passing Score

📚 RHCE Topics to Study (21)

✍️ Sample RHCE Questions & Answers

1. What field in `/etc/passwd` specifies the user's default shell?
7th field

The seventh (last) field in `/etc/passwd` specifies the user's login shell.

2. What SELinux mode allows policy violations but logs them without blocking?
Permissive

In Permissive mode, SELinux logs policy violations to the audit log but does not deny access.

3. What command builds a container image from a `Containerfile` in the current directory?
podman build -t myimage .

`podman build -t myimage .` builds an image named `myimage` from the Containerfile in the current directory.

4. What DNF command lists all currently installed packages on the system?
dnf list installed

'dnf list installed' displays all packages that are currently installed on the system.

5. Which command loads a compiled SELinux policy module named `mypolicy.pp`?
semodule -i mypolicy.pp

`semodule -i` installs/loads a compiled SELinux policy module (`.pp` file) into the kernel.

6. Which command displays detailed information (version, size, description) about an installed or available package?
dnf info httpd

'dnf info ' shows comprehensive metadata including version, release, architecture, and description.

🎯 Free RHCE Practice Tests

📖 RHCE Guides & Articles

Your RHCE Study Path
1. Learn with Flashcards → 2. Drill Practice Tests → 3. Take the Full Exam Simulation