Back to blog
Study Tips15 min read

How to Pass the Red Hat RHCSA (EX200) Exam in 2026: An 8-Week Study Plan for the New RHEL 10 Objectives

The RHCSA EX200 now runs on RHEL 10, and the objectives have shifted. Here is an 8-week study plan built around the current exam, including the Flatpak and systemd timer tasks most older guides still miss.

Nadia Rahman

Nadia Rahman · Cloud & AI Certifications Editor

4 August 2026

The RHCSA is not an exam you can read your way through. There are no multiple-choice questions, no process of elimination, and no partial credit for knowing roughly what a command does. You get a live Red Hat Enterprise Linux system, a list of tasks, and three hours to make them all work. Then a grading script reboots your machine and checks whether your configuration survived.

That is why the RHCSA fails people who are, on paper, perfectly competent Linux administrators. The knowledge is rarely the problem. Speed, persistence and verification are.

This 8-week study plan is built for the exam as it stands in 2026, which matters more than usual this year. The EX200 is now based on Red Hat Enterprise Linux 10, and the objective list has genuinely moved. If you are studying from a guide written for RHEL 9, you are practising at least one topic that is no longer on the exam and skipping two that are.

What Changed: The RHCSA EX200 Is Now a RHEL 10 Exam

Red Hat kept the name and the exam code. Almost everything else about the surrounding programme moved.

The exam is now based on Red Hat Enterprise Linux 10. Red Hat's current EX200 objectives page lists ten study point areas, and two topics stand out as additions relative to the RHEL 9 era:

  • Flatpak repository and package management, which now sits alongside RPM and DNF under the "Manage software" objective.
  • Scheduling with systemd timer units, which appears under "Deploy, configure, and maintain systems" rather than being treated purely as a cron exercise.

The more consequential change is a removal. Red Hat's published EX200 study points no longer include a containers section. The Podman objectives that dominated the back end of the RHEL 9 syllabus are not listed on the current page.

Exam Tip: Third-party study sites disagree on this point, and several 2026 guides still list "manage containers using Podman" as an RHCSA objective. Red Hat's own EX200 objectives page is the source of truth, and it does not list containers. Check that page yourself the week you book, because it is the document your exam is built from.

Alongside the exam itself, Red Hat restructured the wider certification programme in May 2026 into five specialisation tracks: Enterprise Linux, Ansible, OpenShift, cloud-native applications, and AI. The RHCSA is now formally positioned as a Level 2 administrator credential inside the Enterprise Linux track. Existing credentials were not invalidated, but the renewal routes changed, so if you already hold an RHCSA, check which renewal path now applies to you.

For someone sitting the exam fresh, the practical takeaway is simple. Study the ten objective areas Red Hat lists today, add Flatpak and systemd timers to your practice rotation, and do not spend three weeks drilling Podman.

RHCSA Exam Format, Cost and Pass Mark at a Glance

The RHCSA certification is entirely performance-based. You are not describing how to configure a logical volume. You are configuring one.

DetailRHCSA (EX200)
FormatHands-on practical lab, no multiple choice
PlatformRed Hat Enterprise Linux 10
Duration180 minutes (3 hours)
Pass mark210 out of 300, widely reported by training providers
Exam cost500 USD in the United States, varies by region
DeliveryRemote proctored or in-person at a testing centre
PrerequisitesNone formally required
Recommended prepRH124 and RH134, or RH199 rapid track, or equivalent experience
Validity3 years

Two of those figures deserve a caveat. Red Hat does not publish the 210 out of 300 pass mark on its public exam page, though it is consistently reported across training providers. Pricing is regional, so confirm the figure for your country at the point of booking rather than trusting a blog post, including this one.

The three-hour limit is the constraint that shapes everything about how you should prepare. Most candidates who fail did not run out of knowledge. They ran out of clock.

The Ten EX200 Objective Areas, and Which Ones Actually Sink People

Red Hat groups the exam into ten study point areas:

  1. Understand and use essential tools
  2. Manage software, including RPM, DNF and Flatpak
  3. Create simple shell scripts
  4. Operate running systems
  5. Configure local storage
  6. Create and configure file systems
  7. Deploy, configure and maintain systems
  8. Manage basic networking
  9. Manage users and groups
  10. Manage security, including SELinux

Weighted by how often they cost people the exam rather than by how many bullet points they contain, the order looks very different.

Storage and file systems: the biggest time sink

Partitioning, physical volumes, volume groups, logical volumes, extending an LVM volume, and mounting the result persistently is the single most time-consuming task chain on the exam. It is also the one where a small error stays invisible until the grading reboot.

If you can create a volume group, carve a logical volume out of it, format it XFS, mount it at a given path, and confirm it survives a reboot in under six minutes without looking anything up, you are in good shape. If that takes you twenty minutes, that is where your study time goes.

SELinux: the most self-inflicted failure

SELinux appears under "Manage security" and it is where candidates lose points through panic rather than ignorance.

The single most damaging thing you can do in the exam is set SELinux to permissive or disabled because a task is not working. It will fix the symptom in front of you and quietly cost you points on every other task that depends on SELinux being enforcing. The grading script checks the mode.

Learn one loop and repeat it until it is reflexive: check the denial with ausearch or sealert, apply the targeted fix with semanage fcontext followed by restorecon, or set the relevant boolean with setsebool -P, then verify. Diagnose, fix, verify, move on.

Persistence: the quiet killer

This is not an objective. It is a property of every objective, and it is the most common reason a candidate walks out feeling good and receives a fail.

A service that is started but not enabled fails. A mount that works right now but has no correct entry in /etc/fstab fails. A firewall rule added without --permanent fails. A network configuration applied to the running system but not written to the connection profile fails.

Exam Tip: Red Hat states that EX200 configurations must survive a reboot without intervention. Build the habit now: after every single task in practice, run systemctl enable --now, write the persistent config, then actually reboot the box and re-verify. Never assume.

Boot troubleshooting: high value, low practice

Resetting a lost root password, booting into a rescue target, and repairing a system that will not boot because of a broken /etc/fstab entry are classic RHCSA tasks. They are worth full marks and take three minutes once you have done them ten times. Most candidates have done them twice.

The 8-Week RHCSA Study Plan

This plan assumes roughly 8 to 10 hours a week. Every week is built around doing, not reading. You need a lab: two RHEL 10 virtual machines, one to configure and one to act as a client for NFS and SSH tasks. A Red Hat Developer subscription gives you RHEL licences at no cost for personal development use, and AlmaLinux or Rocky Linux are close enough for most practice, though you should sit at least your final two weeks on genuine RHEL 10.

Weeks 1 and 2: Foundations and file systems

Build the lab from scratch, twice. Installing RHEL 10 manually and getting comfortable with the installer is not wasted time.

Cover the essential tools objective properly: shell redirection, pipes, grep and regular expressions, find, archiving with tar, and SSH key-based authentication between your two machines. Then file permissions in full, including special permissions, umask, and access control lists with setfacl and getfacl.

By the end of week 2 you should be navigating and manipulating the file system without reaching for a search engine.

Weeks 3 and 4: Storage, LVM and software management

This is the heaviest block. Spend week 3 entirely on storage: partitioning with parted, physical volumes, volume groups, logical volumes, extending and resizing, swap, and formatting with ext4, XFS and VFAT. Mount everything persistently and reboot after every exercise.

Add NFS and autofs configuration, using your second VM as the client. Automounting is a task type that appears regularly and confuses people who have only ever mounted things by hand.

Week 4 moves to software management, and this is where the RHEL 10 change bites. Cover dnf and rpm as you would expect, then deliberately practise configuring a Flatpak remote, searching it, installing an application from it, and listing what is installed. If your study material never mentions Flatpak, it predates the current exam.

Also in week 4: managing repositories, including adding a repository from a URL and configuring it to work without GPG issues.

Weeks 5 and 6: Users, networking, services and scheduling

Users and groups are quick marks. Create users with specific UIDs, set password ageing policies with chage, configure supplementary groups, and set up a shared group directory with the setgid bit. Add sudo configuration for a user or group.

Networking covers static IPv4 and IPv6 addressing with nmcli, hostname resolution, and firewall configuration with firewall-cmd. Every firewall change you make in practice should use --permanent followed by --reload, until doing it any other way feels wrong.

Services and scheduling is where the second RHEL 10 addition lives. Cover systemctl thoroughly, including changing the default target and configuring services to start at boot. Then build a scheduled job three ways: with cron, with at, and with a systemd timer unit. Write the .service and .timer pair by hand, enable the timer, and confirm it with systemctl list-timers.

Finish week 6 with time synchronisation via chrony and log management with journalctl, including making the journal persistent.

Week 7: SELinux, containers-free security, and shell scripting

Give SELinux a dedicated week. Practise setting the mode, restoring file contexts after moving files into a service directory, setting contexts with semanage fcontext, toggling booleans persistently, and reading denials in the audit log. Deliberately break a web server with a wrong context and fix it without disabling SELinux. Do that five times.

Then shell scripting, which the exam keeps deliberately simple. You need conditionals, for loops, positional parameters, command substitution, and processing command output. You do not need advanced scripting. Write three or four small scripts that take an argument and act on a list of inputs.

Week 8: Timed full mocks and weak-spot repair

Stop learning new material. Week 8 is entirely about the clock.

Sit at least three full three-hour mock exams on a freshly built VM, working from a task list you have not seen recently. Do not look anything up mid-attempt, exactly as on the day. Reboot at the end and grade yourself honestly against whether each configuration survived.

After each mock, list every task that took more than eight minutes or failed the reboot check, and drill only those the following day. Two focused repair sessions beat another full mock.

Exam Tip: In your final week, practise using man pages and the documentation on the system instead of the internet. Red Hat exams give you the local documentation, and knowing that /usr/share/doc and man -k exist has saved a lot of candidates who forgot a directive name under pressure.

The Five Mistakes That Fail Most RHCSA Candidates

  1. Disabling SELinux to make something work. It converts one difficult task into points lost across the whole exam.
  2. Forgetting persistence. Started but not enabled, mounted but not in fstab, firewall rule added but not permanent. Reboot and verify before you move on.
  3. Doing the tasks in the printed order. Read the entire task list first, then do the fast, independent tasks to bank marks, and leave the long storage chains until you know how much time you have.
  4. Perfecting one task while three go untouched. Every task carries marks. Twenty minutes spent making one thing elegant is worse than three things done adequately.
  5. Practising on the wrong version. A RHEL 9 study plan will have you drilling containers you will not be tested on and skipping Flatpak and systemd timers that you will be.

RHCSA vs RHCE vs CompTIA Linux+

These three get compared constantly, and they are genuinely different products for different people.

RHCSA (EX200)RHCE (EX294)CompTIA Linux+ (XK0-006)
VendorRed HatRed HatCompTIA
FormatHands-on practicalHands-on practicalMultiple choice and PBQs
FocusCore RHEL administrationAnsible automation at scaleVendor-neutral Linux
PrerequisiteNoneRHCSA requiredNone
Duration3 hours4 hours90 minutes
Best forProving you can actually administer RHELAutomation and platform rolesBroad Linux fundamentals and HR filters

The short version: the RHCSA proves capability, because you cannot fake a practical exam. Linux+ proves knowledge and is easier to pass, which is why it appears more often in entry-level job adverts and less often in senior conversations. The RHCE builds on the RHCSA and is where you go next if your work is heading towards Ansible and automation.

If you are weighing the vendor-neutral route, our CompTIA Linux+ (XK0-006) study plan covers that exam in the same format. And if you are still choosing a direction entirely, Best IT Certifications for 2026 is a better starting point than either.

Exam Day: How to Work the Three Hours

Spend the first five minutes reading every task before touching the keyboard. You are looking for two things: tasks that take under three minutes, and task chains that depend on each other, such as creating a volume group before a logical volume that must then be mounted.

Do the quick, independent tasks first. Users, groups, permissions, a sudo rule, a firewall port. This banks marks early and settles your nerves.

Then take the long storage and file system chain in one uninterrupted block, because context-switching out of LVM halfway through is how people lose track of what they have created.

Keep a running note of completed tasks. At the ninety-minute mark, check your progress against the list and make a decision about anything you are stuck on. If a task has beaten you for ten minutes, leave it and come back.

Reserve the final twenty minutes for one job and one job only: reboot the system and verify every single task again. Services enabled, mounts present, firewall rules persistent, SELinux still enforcing. This is the highest-value twenty minutes of the entire exam.

Frequently Asked Questions

Is RHCSA certification worth it?

For anyone working with Red Hat Enterprise Linux professionally, yes. Because it is a hands-on practical exam with no multiple-choice component, hiring managers treat it as evidence you can actually do the work rather than evidence you revised. It is also the mandatory prerequisite for the RHCE and the entry point into Red Hat's Enterprise Linux track, so it opens the rest of the programme. It is less useful if your environment is entirely Debian or Ubuntu based, where a vendor-neutral certification may serve you better.

How much does the RHCSA cost?

The EX200 exam is 500 USD in the United States, with pricing varying by region. That is the exam alone. Red Hat's recommended training courses, RH124 and RH134 or the RH199 rapid track, cost considerably more and are not required to sit the exam. Many candidates pass using self-study, a home lab and practice questions, which keeps the total spend close to the exam fee. Confirm current regional pricing with Red Hat when you book.

Is RHCSA hard to get?

It is difficult in a specific way. The individual tasks are not conceptually advanced, and an experienced Linux administrator will recognise nearly all of them. The difficulty is that you must perform around fifteen to twenty configuration tasks correctly, from memory, on a live system, in three hours, with every change surviving a reboot. Candidates fail on speed and on forgetting persistence far more often than on not knowing the material.

What is an RHCSA?

RHCSA stands for Red Hat Certified System Administrator. It is Red Hat's foundational certification for administering Red Hat Enterprise Linux systems, earned by passing the EX200 practical exam. It covers essential tools, software management, shell scripting, storage and file systems, networking, users and groups, services, and security including SELinux. The certification is valid for three years and now sits as a Level 2 credential in Red Hat's Enterprise Linux track.

How long should I study for the RHCSA?

Eight weeks at 8 to 10 hours a week is a realistic target for someone with existing Linux familiarity, which is what the plan above assumes. If you are new to Linux entirely, budget twelve to sixteen weeks and spend the extra time on the command line fundamentals before touching LVM or SELinux. Time in a lab matters far more than total hours; someone who has physically configured a persistent LVM mount thirty times is better prepared than someone who has read about it for a hundred hours.

Ready to Start Practising?

The RHCSA rewards repetition under time pressure more than any other entry-level certification, and the only real preparation is building things, breaking them, and fixing them until the commands come without thinking.

Where practice questions earn their place is in the recall layer underneath that: knowing which command, which flag and which file before your hands move, so your three hours go on configuration rather than on remembering syntax.

CertCrush runs practice exams and question banks across the certification landscape, from Linux and cloud to security and governance, with detailed explanations on every answer so you learn the reasoning rather than the answer key. Browse the full course catalogue, check the pricing options, or create a free account and start practising today.

Build the lab. Reboot after every task. Never disable SELinux. Good luck with the EX200.

RHCSAEX200Red HatLinuxStudy PlanRHEL 10Certification
Nadia Rahman

Written by

Nadia Rahman · Cloud & AI Certifications Editor

Nadia came up through platform engineering — building and breaking cloud infrastructure — and now tracks the fastest-moving corner of the certification world: cloud, AI and DevOps. She reads every new exam blueprint the week it drops, so her study plans are aligned to what the exam tests now, not what it tested two years ago.

All articles by Nadia

Want a RHCSA practice course?

We don’t cover this exam yet — we build the most-requested courses first. One click tells us you want it.

Practising for something nearby?

Try real exam-style questions free — no account needed, full explanations included.