Certification guideEX200

Red Hat Certified System Administrator: the honest guide

RHCSA is 150 minutes at a live Red Hat Enterprise Linux system. You are given administration tasks, you do them at the keyboard, and you are graded on the state of that machine when the clock stops. There are no multiple choice questions, nothing to recognise, and no options to eliminate. Reading about Linux does not prepare you for this exam in the way it prepares you for a written one, and that is the single most useful thing to know before you start.

The pass mark is 210 of the 300 points available and the current exam is set on Red Hat Enterprise Linux 10. Red Hat's objectives add a condition that catches people out: configuration has to persist after a reboot without intervention. A mount that works right now and a service that is running but not enabled both score nothing once the machine restarts.

The format is where the credential gets its weight. Somebody reading RHCSA on a CV knows the holder sat in front of a terminal and made a real system do things, which is a different claim from having answered questions about it correctly.

Who RHCSA is for

A good fit if

  • You administer Linux servers already and want a credential that matches the work rather than describing it.
  • Your employer runs Red Hat Enterprise Linux, or you want to work somewhere that does.
  • You are moving from Windows administration or helpdesk work into Linux systems work and can commit to real lab hours.
  • You are heading toward RHCE and Red Hat's automation track and want the foundation exam under you first.
  • You are tired of exams that reward recognising the right answer in a list.

Probably not, if

  • You have never worked at a command line. This exam assumes shell fluency it does not teach. Get comfortable with files, permissions, processes and text editing on any Linux system first, then come back.
  • You need a vendor-neutral credential for a mixed estate or a procurement checklist. RHCSA is Red Hat specific by design. Linux+ is the multiple choice, distribution-neutral option.
  • You cannot put in lab hours over months rather than days. There is no reading route to a performance-based exam, and a candidate who has only watched videos runs out of time on tasks they can describe perfectly.
  • You want a quick line for a CV. Paying $500 to spend 150 minutes discovering you needed the practice is an expensive way to find out.

Is RHCSA worth it?

For a working Linux administrator, yes, and the format is the reason. RHCSA cannot be crammed from a question bank, because there is no bank to cram: every task is graded on a system you had to configure yourself. That is exactly why it carries weight in Red Hat Enterprise Linux shops, where the people reading your CV know what sitting it involves.

For a career changer, it is worth taking as the second or third step rather than the first. What it proves is that you can administer a Red Hat system, which is a real claim and one you cannot talk your way to. Give yourself several months at a keyboard before you book, and treat the $500 as the last expense in the plan rather than the thing that motivates it.

For somebody who wants the letters without the work, no. This is the exam where that approach fails most reliably and most expensively, because the grading looks at a machine rather than at your answers. If the plan is a video course and a weekend, spend the money on an exam whose format forgives you.

One honest caveat regardless of which group you are in: read the published objectives before you commit. If most lines describe something you have never done on a live system, the certification is still available to you, but the timeline is months of lab work, not a booking date.

What the exam actually asks you to do

Entirely hands-on. There are no multiple choice questions: you work on a live Red Hat Enterprise Linux system and are scored on the state of the system when time runs out.

  • Hands-on lab

The highlighted formats are the ones you cannot answer from memory alone. Red Hat, RHCSA (EX200) exam details

Domain breakdown

Understand and use essential tools is the heaviest domain at 10 percent, followed by Manage software at 10 percent.

Red Hat publishes the RHCSA objectives without weightings and grades the exam on completing hands-on tasks rather than by domain. The even split shown here is ours, to convey the scope of the objectives, not an official Red Hat weighting.

  • Understand and use essential tools10%
  • Manage software10%
  • Create simple shell scripts10%
  • Operate running systems10%
  • Configure local storage10%
  • Create and configure file systems10%
  • Deploy, configure, and maintain systems10%
  • Manage basic networking10%
  • Manage users and groups10%
  • Manage security10%

Where to focus: RHCSA is passed at the keyboard. The most effective preparation is a Red Hat Enterprise Linux virtual machine you rebuild until every objective, from LVM to SELinux to systemd units, is muscle memory rather than something you look up.

Red Hat: Red Hat exam objectives

Study plans by experience level

Administering Red Hat Enterprise Linux at work

4 to 6 weeks at 6 to 8 hours

  1. 1Week 1: read the objectives line by line and mark every task you have never personally done. Production experience is uneven by definition, and whatever your environment automates is exactly what the exam will ask you to do by hand.
  2. 2Week 2: storage. Partitions, physical volumes, volume groups, growing a filesystem that is already mounted, swap, and persistent mounts by UUID. Reboot after every change and confirm it held.
  3. 3Week 3: security. SELinux contexts, booleans, restorecon and semanage, plus firewalld zones and services. Practise reading a denial and fixing the label rather than reaching for permissive mode.
  4. 4Week 4: the parts your platform normally handles for you. systemd units and timers, scheduled jobs, repository configuration, tuning, and container basics with podman.
  5. 5Weeks 5 to 6: rehearsal. Task list, 150 minutes on a clock, freshly installed machine, start to finish. Book the exam when you are finishing with time left over, not when you are finishing.

Comfortable on Linux, new to Red Hat

8 to 12 weeks at 8 hours

  1. 1Week 1: build the lab. A free Red Hat Developer subscription gives you licensed Red Hat Enterprise Linux, and two virtual machines under a free hypervisor cover everything in the objectives. Install from the installer at least once by hand.
  2. 2Weeks 2 to 3: the Red Hat specifics that differ from wherever you learned Linux. dnf and repository configuration, systemd unit management, firewalld rather than raw packet filter rules, and nmcli for networking.
  3. 3Weeks 4 to 6: storage and filesystems in depth. LVM, resizing, swap, and persistent mounts. Break your own /etc/fstab deliberately, then recover the machine from the emergency shell, because that is a task you would rather meet in your own lab.
  4. 4Weeks 7 to 8: SELinux, users and groups, sudo configuration, permissions including setgid and the sticky bit, and simple shell scripts with conditionals and loops.
  5. 5Weeks 9 to 10: boot targets, root password recovery, scheduled tasks, and container basics with podman. Rebuild the entire machine from scratch at least twice in this fortnight.
  6. 6Weeks 11 to 12: timed runs against a task list until you finish inside 150 minutes with enough margin to reboot and check your work.

Windows or helpdesk background, new to Linux

4 to 6 months at 8 to 10 hours

  1. 1Month 1: the shell itself. Navigation, editing files in vi, redirection and pipes, permissions, processes, and reading logs. Do not open the objectives yet; they assume all of this.
  2. 2Month 2: installation and package management, users and groups, sudo, systemd services, and networking with nmcli. Install Red Hat Enterprise Linux from scratch several times until the installer stops being an event.
  3. 3Month 3: storage. Partitioning, LVM, filesystems, swap, and persistent mounts. This is where beginners lose the most points, because a working mount that never made it into /etc/fstab is worth nothing after the grading reboot.
  4. 4Month 4: SELinux, firewalld, scheduled jobs, containers with podman, and small shell scripts. Add the habit of rebooting after every task and verifying that it survived.
  5. 5Month 5: rebuild-from-nothing drills. Fresh install, full task list, clock running, weekly, until 150 minutes stops feeling short.
  6. 6Book only after two clean timed runs. This is the group that books earliest, and at $500 an attempt the format is an expensive thing to meet for the first time on exam day.

Common mistakes

  • Studying RHCSA by reading about Linux

    Reading transfers very little to a graded terminal. The exam does not ask what LVM is, it asks you to grow a volume group on the machine in front of you while a clock runs. Every hour of video needs an hour at a keyboard behind it, or the hour does not count toward this exam.

  • Skipping the reboot

    Red Hat's objectives require configuration to persist after a restart without intervention. A mount missing from /etc/fstab, a service running but not enabled, a network setting that lives only in the current session: all of them score nothing on a system that reboots before it is graded. Reboot after every task while you practise until it is automatic.

  • Turning SELinux off

    It is the standard field workaround and it earns no points. The objectives are about setting contexts and booleans correctly, so the practice worth having is reading a denial and fixing the label, not setting the mode to permissive and moving on to the next task.

  • Practising on a different distribution

    Habits from other distributions do not survive contact with this exam. Package tooling, firewall management, network configuration and default paths all differ, and under time pressure you type what you practised. The free Developer subscription exists precisely so the practice system and the exam system are the same thing.

  • Treating multiple choice practice as preparation

    A question bank is the wrong instrument for a performance-based exam. It can test whether you recognise the name of a command, which is not the skill being graded, and it produces confidence in the one place this exam has no tolerance for it. Use written questions to find gaps if you like, then close them on a live machine.

  • Running out of time rather than out of knowledge

    150 minutes goes quickly, and most failures are unfinished work rather than impossible work. Candidates who have never done a full timed run meet their pacing problem in the one sitting where it costs $500. Rehearse the whole task list against a clock, not individual topics at your own speed.

  • Pausing to remember syntax

    Time spent recalling how a command is spelled is time not spent completing tasks. The tools the objectives name should come out of your fingers without thought, and the only route to that is repetition on a machine you rebuild rather than a machine you read about.

What comes after passing

Valid for three years. Renew by passing the current RHCSA exam or by earning a higher Red Hat certification. There is no continuing education alternative, so plan for another live exam rather than for a form and a fee.

RHCE is the usual next step and it doubles as the cheaper renewal, since a higher Red Hat certification extends what you already hold. It moves the work from configuring one system by hand to automating many of them, which is where most Red Hat Enterprise Linux administration has gone.

Keep the lab. Rebuilding a machine, breaking it deliberately and fixing it under time pressure are the habits that got you through the exam, and they are the same habits that make the next three years of work easier. They are also what the renewal will ask for again, so letting them lapse costs money later.

The credential changes which roles read you seriously rather than doing the work for you. In shops running Red Hat Enterprise Linux it is recognised without explanation, and it pairs well with automation and cloud skills, which is where the interesting work sits.

Costs across the full renewal cycle are on the RHCSA cost page.

Frequently asked questions

Is RHCSA multiple choice?

No. It is entirely hands-on and performance-based. You work on a live Red Hat Enterprise Linux system for 150 minutes and you are scored on the state of that system when time runs out, not on answers you selected from a list.

How hard is RHCSA?

Hard in a specific way. The tasks are ordinary system administration; the difficulty is doing enough of them correctly inside 150 minutes on a machine that has to survive a reboot. You need 210 of 300 points, so there is room to miss some work but no room to be slow at all of it.

How long does it take to prepare for RHCSA?

Four to six weeks if you already administer Red Hat Enterprise Linux, eight to twelve weeks if you know Linux but not Red Hat, and four to six months if Linux itself is new to you. The variable is lab hours rather than reading hours.

How much does the RHCSA exam cost?

The EX200 exam is $500 in the United States and a retake is another $500. Preparation can cost nothing beyond your own hardware, because the Red Hat Developer subscription is free and gives you licensed Red Hat Enterprise Linux to build practice machines on.

Which version of Red Hat Enterprise Linux does RHCSA test?

The current EX200 exam is based on Red Hat Enterprise Linux 10. Practise on that version, because defaults and tooling move between releases and a graded system does not accept a habit from an older one.

How are the RHCSA objectives weighted?

Red Hat publishes the objectives without weightings and grades the exam on completing tasks rather than by domain. Any percentage split you see, including the even split shown on this site, is a device for conveying the scope of the objectives and not a Red Hat weighting.

Does RHCSA expire?

Yes, after three years. You renew by passing the current RHCSA exam or by earning a higher Red Hat certification such as RHCE, which extends the whole certification. There is no continuing education route.

Should I take Linux+ or RHCSA?

Linux+ is vendor neutral and multiple choice; RHCSA is Red Hat specific and entirely practical. RHCSA carries more weight in Red Hat Enterprise Linux shops and is harder to fake, because every task is graded on a real system rather than recognised in a list.

Keep reading

Every guide and cost breakdown, by vendor