Red Hat RHCSA
Red Hat
Complete guide to passing the Red Hat RHCSA exam on your first attempt.
$450
~60%
3 years
Global
Red Hat
$90k-$130k
Are you ready for Red Hat RHCSA?
Loading quiz...
Complete Overview
The Red Hat Certified System Administrator (RHCSA) exam, exam code EX200, is a hands-on practical test in which you configure live Red Hat Enterprise Linux systems instead of answering questions about them. Red Hat lists a standard exam price of $500 USD in its Certification program guide, and notes that the price varies by region and is shown in your cart at checkout. The current version of EX200 is based on Red Hat Enterprise Linux 10.
Red Hat names the audience directly: experienced RHEL administrators who want their skills validated, students who have finished Red Hat System Administration I (RH124) and II (RH134) or the RHCSA Rapid Track course (RH199), administrators who need a certification under a mandate such as DoD 8570, and anyone heading toward Red Hat Certified Engineer in Enterprise Linux or in Ansible. RHCSA is the required foundation for both of those engineer credentials.
The format is what separates EX200 from almost every other entry-level Linux certification. There are no multiple-choice items. You are dropped into a live system environment with a list of tasks described as end states, and the grader checks the final state of your machines. Red Hat says the result matters and not the commands you used to get there. Every configuration must survive a reboot without intervention, so a service you started but never enabled scores nothing. The exam runs three hours as a single section, a figure Red Hat now publishes only through partner-reproduced datasheets rather than on the EX200 page itself.
Red Hat does not publish a passing score, and the 210 out of 300 figure repeated across third-party sites appears in no Red Hat document. Results arrive by email as a pass or fail status plus a score breakdown by objective area within five business days, and Red Hat states it withholds task-by-task feedback to protect exam integrity.
Candidates who are unsuccessful on a paid first attempt get one free retake, which appears in the scheduling application once the first result is reported. There is no waiting period before that retake, although you may not sit the same exam twice in one calendar day. Red Hat requires candidates to be eighteen years of age to purchase and consume training and exams, and you must upload a valid government-issued photo ID before the session, choosing AI or manual verification.
The credential is current for three years from the date earned. Under the framework Red Hat introduced on 11 May 2026, RHCSA sits at Level 2 in both the Enterprise Linux and Ansible specialization tracks, and passing a higher-level exam renews everything below it. Expired certifications cannot be renewed and must be earned again from scratch.
Why Get Red Hat RHCSA Certified?
RHCSA is the required foundation for two engineer-level credentials. Red Hat Certified Engineer in Enterprise Linux needs EX200 plus EX342, and Red Hat Certified Engineer in Ansible needs EX200 plus EX294.
The exam is 100 percent hands-on. Because you configure live systems and are graded on the final state, an employer reading the credential knows you have actually driven a RHEL shell rather than memorised answer keys.
Red Hat lists DoD 8570 mandates as one reason candidates take EX200, which makes the credential directly usable for United States federal and defence contracting roles.
One free retake is included with every paid first attempt, so the realistic worst-case cost of a first pass is the single $500 list price rather than two full registrations.
The certification is current for three years and renews automatically when you pass a higher-level exam in the same specialization, so a later EX294 or EX342 pass extends your RHCSA at no extra cost.
EX200 is available as a remote exam booted from a Red Hat LiveUSB image, so you can sit it from home in most countries rather than travelling to a testing centre.
Red Hat issues a Credly digital badge within 48 hours of a passing result, with a verifiable credential link that employers can check at rhtapps.redhat.com/verify.
Exam Format & Structure
Duration
3 hours, delivered as a single section. Red Hat no longer prints a duration on the EX200 page and the Certification program guide points back to that page, so this figure comes from Red Hat exam datasheets reproduced by authorised training partners rather than from redhat.com directly.
Questions
Red Hat does not publish an item count. EX200 is a set of real-world configuration tasks on live systems, not a question paper.
Passing Score
Red Hat does not publish a passing score for EX200. The Certification program guide states that results include a pass or fail status and a score breakdown by objective area. The widely repeated 210 out of 300 figure appears nowhere in Red Hat documentation.
Question Types
- Live configuration tasks on running Red Hat Enterprise Linux 10 systems
- Tasks described in terms of a required end state rather than a required command
- No multiple-choice, drag-and-drop, or written items of any kind
- Every task graded on the final state of the system after a reboot
Delivery Method
Remote exam booted from the official Red Hat Remote Exam ISO on a LiveUSB drive and watched by a remote proctor over webcam and microphone; an individual testing station at a Red Hat or partner location; or a classroom session administered by a Red Hat Certified Examiner.
Exam Domains & Topics
Red Hat groups two published objective categories here: essential tools and simple shell scripting. You need fluent command-line movement, redirection, text analysis with regular expressions, remote access over SSH, archiving, link creation, permission handling, and the ability to write short Bash scripts that branch, loop, and read positional parameters.
Key Topics to Master:
- Input and output redirection with >, >>, |, and 2>
- grep and regular expressions for text analysis
- Access remote systems using SSH and switch users in multi-user targets
- Archive and compress with tar, gzip, and bzip2
- Create hard and soft links, and set standard ugo/rwx permissions
- Locate and use man, info, and files in /usr/share/doc
- Conditional execution with if, test, and []
- Looping constructs and script inputs such as $1 and $2
- Capture the output of shell commands inside a script
The RHEL 10 version of this objective covers two package systems. You must configure access to RPM repositories and install and remove RPM packages, and Red Hat added Flatpak to the objectives, so configuring Flatpak repositories and installing and removing Flatpak packages are now testable. Repository access includes pointing systems at the Red Hat Content Delivery Network.
Key Topics to Master:
- Configure access to RPM repositories
- Install and remove RPM software packages
- Configure access to Flatpak repositories
- Install and remove Flatpak software packages
- Install and update packages from the Red Hat Content Delivery Network
- Install packages from a remote repository or from the local file system
- Verify installed package state after a reboot
This objective covers the running life of a machine: booting normally, booting into alternate targets, interrupting the boot process to regain access to a locked system, finding and killing expensive processes, adjusting scheduling priority, managing tuning profiles, and reading and preserving system journals. Interrupting boot to reset a lost root password is the classic task in this group.
Key Topics to Master:
- Boot, reboot, and shut down a system normally
- Boot systems into different targets manually
- Interrupt the boot process to gain access to a system
- Identify CPU and memory intensive processes and kill them
- Adjust process scheduling
- Manage tuning profiles
- Locate and interpret system log files and journals, and preserve journals
- Start, stop, and check the status of network services
- Securely transfer files between systems
Two published objective categories combine here: local storage and file systems. You partition GPT disks, build the full LVM stack from physical volumes through volume groups to logical volumes, extend logical volumes, add swap non-destructively, and create, mount, and use VFAT, ext4, and XFS file systems. Mounting by UUID or label at boot and configuring autofs are both listed.
Key Topics to Master:
- List, create, and delete partitions on GPT disks
- Create and remove physical volumes and assign them to volume groups
- Create, delete, and extend logical volumes
- Add new partitions, logical volumes, and swap non-destructively
- Mount file systems at boot by UUID or label
- Create, mount, unmount, and use VFAT, ext4, and XFS file systems
- Mount and unmount network file systems using NFS
- Configure autofs
- Diagnose and correct file permission problems
This objective is about making a machine come up correctly on its own. It covers scheduling work with at, cron, and systemd timer units, enabling and disabling services so they start at boot, setting a default boot target, configuring time service clients, installing and updating software from several sources, and modifying the system bootloader.
Key Topics to Master:
- Schedule tasks using at, cron, and systemd timer units
- Start and stop services and configure them to start automatically at boot
- Configure systems to boot into a specific target automatically
- Configure time service clients
- Install and update software packages from several sources
- Modify the system bootloader
- Confirm that every change survives a reboot
The networking objective is deliberately narrow. You configure IPv4 and IPv6 addresses, set up hostname resolution, make network services start automatically at boot, and restrict network access using firewalld through firewall-cmd. Routing protocols, bonding, and advanced NetworkManager profiles are not in the published objective list for EX200.
Key Topics to Master:
- Configure IPv4 addresses that persist across reboot
- Configure IPv6 addresses
- Configure hostname resolution
- Configure network services to start automatically at boot
- Restrict network access using firewalld and firewall-cmd
- Verify connectivity and name resolution after configuration
This objective covers local account administration end to end: creating, deleting, and modifying user accounts and local groups, managing group membership, changing passwords, adjusting password aging, and configuring privileged access. Privileged access in RHEL 10 means sudo rules, which is where most of the marks in this group sit.
Key Topics to Master:
- Create, delete, and modify local user accounts
- Change passwords for local user accounts
- Adjust password aging for local user accounts
- Create, delete, and modify local groups
- Manage group memberships including supplementary groups
- Configure privileged access with sudo
- Verify account settings persist after reboot
Security on EX200 is firewalld plus SELinux plus SSH keys. You configure firewall settings with firewall-cmd, manage default file permissions, set up key-based SSH authentication, switch SELinux between enforcing and permissive, read and restore file contexts, manage SELinux port labels, and flip boolean settings to change SELinux behaviour.
Key Topics to Master:
- Configure firewall settings using firewall-cmd and firewalld
- Manage default file permissions with umask
- Configure key-based authentication for SSH
- Set enforcing and permissive modes for SELinux
- List and identify SELinux file and process context
- Restore default file contexts
- Manage SELinux port labels
- Use boolean settings to modify system SELinux behaviour
Recommended Study Plan
- 1Install two RHEL 10 virtual machines, or use CentOS Stream, AlmaLinux, or Rocky Linux if you do not have a Red Hat subscription
- 2Register for a no-cost Red Hat Developer Subscription for Individuals so you can run genuine RHEL with entitlements
- 3Work through the essential tools objectives from the EX200 objective list on redhat.com, one bullet at a time
- 4Practise redirection, grep with extended regular expressions, tar, and hard versus soft links until they are automatic
- 5Read man pages only from the local system, since the remote exam gives you no internet access
- 1Create, modify, and delete local users and groups with useradd, usermod, groupadd, and gpasswd
- 2Set password aging with chage and confirm it in /etc/shadow
- 3Write sudoers drop-in files under /etc/sudoers.d and validate them with visudo -c
- 4Build a shared group directory with setgid and confirm new files inherit the group
- 5Reboot the VM and verify every account change is still present
- 1Drill chmod in both symbolic and octal form until you stop reaching for a calculator
- 2Practise setuid, setgid, and the sticky bit and be able to explain what each does to a directory
- 3Set a default umask for a specific user and verify it in a fresh login shell
- 4Diagnose a deliberately broken permission problem you create for yourself and fix it
- 5Time yourself: a permission task should take under four minutes
- 1Use systemctl to start, stop, enable, disable, mask, and check services, and understand the difference between start and enable
- 2Set the default boot target and boot manually into a different target from the GRUB menu
- 3Interrupt the boot process and reset a lost root password, then relabel SELinux and reboot to confirm
- 4Query journalctl by unit, priority, and time window, and configure persistent journal storage
- 5Practise the whole password-reset sequence three times without notes
- 1Add a spare virtual disk and build the full stack: partition, pvcreate, vgcreate, lvcreate
- 2Extend a volume group and then extend a logical volume and its file system in one operation
- 3Add a swap partition and a swap file and make both persistent in /etc/fstab
- 4Mount everything by UUID rather than device name and reboot to prove it holds
- 5Deliberately break an fstab entry, reboot into emergency mode, and repair it
- 1Create and mount ext4, XFS, and VFAT file systems and know which mkfs command builds each
- 2Configure an NFS export on one VM and mount it persistently on the other
- 3Set up autofs to mount a home directory on demand and confirm it triggers on access
- 4Practise resizing an XFS file system and note that XFS grows but does not shrink
- 5Reboot after each exercise, because unmounted-after-reboot work scores zero
- 1Switch between enforcing and permissive with setenforce and make the choice persistent in /etc/selinux/config
- 2Read contexts with ls -Z and ps -Z and restore defaults with restorecon
- 3Change a service port, add the SELinux port label with semanage port, and confirm the service starts
- 4Set booleans with setsebool -P and list them with getsebool -a
- 5Move a web root to a non-standard path, watch it fail, and fix it with semanage fcontext plus restorecon
- 1Configure static IPv4 and IPv6 addresses that survive a reboot
- 2Configure hostname resolution and verify it from both machines
- 3Open and close services and ports with firewall-cmd, then make the change permanent and reload
- 4Move a service into a different firewalld zone and verify the zone assignment
- 5Confirm network services are enabled at boot, not merely started
- 1Configure a local RPM repository from an ISO and install packages from it
- 2Configure a Flatpak repository and install and remove a Flatpak package, since RHEL 10 objectives include this
- 3Schedule work with cron, at, and a systemd timer unit, and understand when each is the right answer
- 4Configure a time service client and verify synchronisation with timedatectl
- 5Modify a bootloader kernel argument and confirm it after reboot
- 1Write scripts that use if, test, for loops, and positional parameters, matching the published scripting objectives
- 2Write a script that acts on the output of another command using command substitution
- 3Generate an SSH key pair and configure key-based authentication between both lab machines
- 4Set up SSH so a specified user can log in without a password and confirm the key survives a reboot
- 5Store your scripts in a scratch directory and re-run them on a clean VM
- 1Build a task list from every bullet in the official EX200 objectives and attempt it in a single three-hour block
- 2Reboot both machines at the end of every rehearsal and re-check every task, because grading happens after reboot
- 3Book a Red Hat Exam Experience session if this is your first remote exam, so you meet the interface before it counts
- 4Create your Remote Exam LiveUSB and run the mandatory compatibility test on the machine and network you will actually use
- 5Log the tasks that overran and drill only those the next day
- 1Repeat the full three-hour rehearsal and aim to finish with 25 minutes spare for verification
- 2Rehearse recovery from a broken fstab, a wrong SELinux context, and a service that starts but is not enabled
- 3Run the compatibility test again at the same time of day as your booked slot, since bandwidth varies by hour
- 4Confirm your government-issued photo ID is ready to upload and matches your Red Hat account name exactly
- 5Clear your desk, remove watches and smart devices, and rehearse the 360-degree webcam scan
Ready to pass Red Hat RHCSA?
Get 500+ practice questions, video walkthroughs, and a pass guarantee.
Best Study Resources
EX200 exam objectives on redhat.com
Official objective listRed Hat publishes the complete study points for EX200 grouped into ten categories. Every task on the exam maps to a bullet on this page, so it doubles as a checklist for your lab.
Free
Red Hat Certification program guide
Official policy documentThe program guide on docs.redhat.com carries the rules you will be held to: $500 list price, free retake, break policy, ID verification, accommodation deadlines, results timing, and the code of conduct.
Free
Red Hat System Administration I and II (RH124, RH134)
Instructor-led or self-paced courseThe two courses Red Hat names as preparation for EX200. RH199 combines them into an RHCSA Rapid Track for administrators who already work on Linux daily.
Paid, priced by region
Red Hat Learning Subscription
Subscription with labs and exam vouchersBundles the course catalogue and hands-on lab environments with exam eligibility. Standard and Premium tiers include up to five first-attempt exams and five free retakes during the term.
Paid, with a no-cost product trial
Red Hat Enterprise Linux product documentation
DocumentationWorth reading in advance because the documentation that ships with the product is available inside the exam environment, while your own notes and the open internet are not.
Free
Red Hat Developer Subscription for Individuals
No-cost software subscriptionGives you entitled Red Hat Enterprise Linux for personal lab use, so you can practise against the same distribution the exam runs on rather than a rebuild.
Free
Red Hat Exam Experience (XE)
Practice sessionA one-hour session that reproduces the real remote exam environment. It awards no certification credit and tests no technical skill; the point is to meet the LiveUSB interface before exam day.
Check current pricing with Red Hat
Red Hat Learning Community
Community forumWhere the Remote Exam Live Environment ISO and its technical documentation are distributed, and where candidates post current hardware and connectivity experiences.
Free
Red Hat Accommodation Portal
Official request processWhere disability-related and religious accommodation requests are submitted. Red Hat requires requests at least two weeks before your exam date.
Free
AlmaLinux, Rocky Linux, or CentOS Stream
Free Linux distributionsBinary-compatible rebuilds you can use for unlimited practice virtual machines. Package names, SELinux behaviour, and systemd tooling match closely enough for objective drilling.
Free
Common Mistakes to Avoid
Starting a service with systemctl start and never enabling it. The grader reboots the system, the service is gone, and the whole task scores nothing.
Use systemctl enable --now for every service task, then reboot your lab machine and re-check with systemctl is-enabled before you consider the task finished.
Mounting a new file system by device name such as /dev/sdb1 in /etc/fstab. Device naming can shift, and the task is graded after a reboot.
Mount by UUID or label. Read the UUID with blkid, write it into /etc/fstab, run mount -a to catch syntax errors, then reboot to prove the entry survives.
Treating SELinux as an obstacle and setting it permissive to make a task work. The objectives explicitly require enforcing mode behaviour, and a permissive system fails security tasks.
Leave SELinux enforcing and fix the context instead. Learn semanage fcontext plus restorecon for paths, semanage port for ports, and setsebool -P for booleans.
Bringing notes, a printed cheat sheet, or a second screen to a remote exam. Red Hat allows one physical display, one keyboard, and no hard copy or electronic documentation of any kind.
Clear the desk completely and rely on the product documentation shipped inside the exam environment. Practise finding answers with man and the local docs so you never need external material.
Using a built-in laptop camera. Red Hat requires an external webcam with roughly a metre of cable so the proctor can be shown under your desk during the workspace scan.
Buy or borrow an external webcam and run the mandatory compatibility test with it attached, days before the exam, not on the morning of.
Extending a logical volume but forgetting to grow the file system on top of it, so df still shows the old size.
Use lvextend -r to resize the file system at the same time, or follow lvextend with xfs_growfs for XFS and resize2fs for ext4, then confirm with df -h.
Editing /etc/sudoers directly with a plain editor and introducing a syntax error that locks out privileged access on a graded machine.
Write a drop-in file under /etc/sudoers.d, validate with visudo -c, and test the rule by switching to the target user and running a privileged command before moving on.
Spending the first hour on the hardest task. The exam is three hours in a single section and there is no partial credit for a half-configured service.
Read the whole task list first, complete every task you can finish in under five minutes, then return to the expensive ones with the clock and your remaining tasks both visible.
Skipping the final reboot because the clock is running out. Red Hat grades the final state of the system, and unsaved or unenabled work disappears.
Reserve the last 20 minutes to reboot both machines and re-verify every task. A working configuration that does not persist is worth exactly the same as no configuration.
Exam Day Tips
- 1
Connect to your exam session at least 15 minutes before the scheduled start time. Red Hat states there is no grace period for late arrival and the responsibility for arriving on time is entirely yours.
- 2
Upload a valid government-issued photo ID before the session. Red Hat lets you choose AI identity verification or manual verification, and the name must match your registration exactly.
- 3
Expect to perform a 360-degree scan of your testing area with the external webcam, including under the desk, before the proctor releases the exam.
- 4
Remove watches, smart devices, and accessories, and take off hats, hoodies, scarves, and jackets. None of these are permitted during the session.
- 5
You may take a 10-minute break after each completed hour, but the exam timer keeps running during the break and phone use is prohibited for the whole session.
- 6
Read the Important Configuration Information page inside the exam environment before touching a single task. It carries the system setup, grading criteria, and requirements specific to your session.
- 7
Report any technical problem with the exam environment immediately through the in-exam chat. Red Hat says not to wait until after the exam, and the support team handles environment faults only, never content.
- 8
Keep the phone number in your Red Hat profile current. If your connection drops, the Exam Support team will try to call that number to restore the session.
- 9
Accept the Terms and Conditions and the Non-Disclosure Agreement at the start. Declining ends the session, and any suspected malpractice means immediate termination without a refund and possible revocation of existing certifications.
Career Paths & Salary Ranges
Linux system administrator
The role EX200 is built around: day-to-day operation of enterprise Linux servers, covering user administration, storage configuration, package management, and security hardening across a production fleet.
$90,000-$110,000
Infrastructure or platform engineer
Runs the compute layer under application teams. RHCSA storage, systemd, and SELinux skills transfer directly to building and maintaining the RHEL images those platforms depend on.
$100,000-$125,000
DevOps engineer
Red Hat lists DevOps professionals among the EX200 audience. The exam validates the Linux fundamentals that container and pipeline tooling sits on top of, which is why EX294 pairs with it so often.
$105,000-$130,000
Site reliability engineer
Diagnosing production incidents rewards exactly the skills EX200 tests under time pressure: reading journals, identifying expensive processes, recovering a system that will not boot, and repairing storage.
$110,000-$130,000
Federal or defence Linux administrator
Red Hat names the DoD 8570 directive as a reason candidates sit EX200, so the credential is directly usable where a certification is a contractual condition of the role.
$95,000-$120,000
Cloud operations engineer
Most cloud instances are Linux. Networking, firewalld, key-based SSH, and time synchronisation are the same tasks whether the machine is under your desk or in a hyperscaler region.
$100,000-$125,000
Prerequisites & Requirements
- There is no certification prerequisite for EX200. Anyone can register and sit the exam.
- You must be eighteen years of age to be eligible to purchase and consume Red Hat training and exams. Red Hat states this in the Minors Policy section of the Red Hat Training Policies page, not in the Certification program guide.
- You must upload a valid government-issued photo ID before an individual exam, and can choose AI ID verification or manual verification.
- Red Hat recommends, but does not require, that you have taken Red Hat System Administration I (RH124) and II (RH134), or the RHCSA Rapid Track course (RH199), or that you have comparable work experience administering Red Hat Enterprise Linux.
- For a remote exam you must complete the mandatory compatibility test from the Red Hat LiveUSB environment before your exam date, and resolve any failures before you sit.
- Red Hat lists the minimum remote exam hardware as a stable high-speed internet connection, an available USB 3.0 port, an external webcam because built-in cameras might not be accepted, and a working microphone. Full specifications arrive in the booking confirmation email and are updated regularly.
Frequently Asked Questions
How much does the RHCSA exam cost?
The Red Hat Certification program guide gives a standard list price of $500 USD for a Red Hat certification exam, including EX200. Red Hat states the price may vary by region and that the accurate figure is shown in your shopping cart at checkout. Red Hat Learning Subscription tiers can also include exam eligibility: the Course tier covers one first attempt plus one free retake for that course's exam, and Standard and Premium cover up to five first attempts and five free retakes across eligible exams during the term.
What happens if I fail the RHCSA exam?
You get one free retake for every paid first attempt. Red Hat says the retake appears in your scheduling application once your first exam result has been reported, and you schedule it exactly as you scheduled the original. There is no waiting period after a first failed attempt, so you can book the retake straight away, subject to one restriction: you may not take the same exam more than once in the same calendar day.
Is there a waiting period before a second retake?
Yes. Red Hat's program guide states that after a second failed attempt a waiting period applies, and that any attempt beyond the free retake requires a new paid registration at the standard price. Red Hat does not publish the length of that waiting period in the program guide and directs candidates to contact the certification team at rhtapps.redhat.com/comments for current details.
What is the passing score for EX200?
Red Hat does not publish a passing score for EX200. Results are reported as a pass or fail status with a score breakdown by objective area, showing which groups of objectives you performed well in. Red Hat explicitly refuses to give task-by-task breakdowns, feedback on individual missed tasks, or details of specific configuration errors, on the grounds that doing so would compromise exam integrity.
How long does the RHCSA exam take?
EX200 runs three hours in a single section. That block includes any breaks you take, because Red Hat states the exam timer continues to run during breaks. You are allowed a 10-minute break after each completed hour, so a candidate who takes two breaks is effectively working for 2 hours and 40 minutes of exam-relevant time.
How long do RHCSA results take?
Red Hat's training and certification FAQ says you will receive an email with your official results within three U.S. business days of completing your exam. The Certification program guide gives a slightly wider window of five business days. Official scores come only from Red Hat Certification Central, and Red Hat does not authorise examiners or training partners to tell you your result directly. If nothing arrives after three business days, check your spam folder, confirm your account email is correct, then contact the certification team.
What identification do I need for a Red Hat exam?
You must upload a valid government-issued photo ID before an individual exam, and you can choose between AI identity verification and manual verification. At a testing centre you bring the physical ID. The Red Hat Training Policies page adds that candidates must be eighteen (18) years of age to purchase and consume Red Hat training and exams, and that if you are in a region where government-issued photo IDs are not available you should contact your local Red Hat office or authorised training partner for guidance on acceptable alternatives.
What are the rules for taking RHCSA online?
A remote exam runs from a bootable LiveUSB carrying the official Red Hat Remote Exam ISO, so your own operating system is never used and is left unchanged. You need a single active monitor, one keyboard, an external webcam with roughly a metre of cable, a working microphone, at least 4GB of RAM, a USB 3.0 port, and a USB drive of at least 8GB that will be completely overwritten. Wireless keyboards and mice are not allowed. If you attach an external monitor to a laptop, the laptop lid must stay closed for the whole session. A mandatory compatibility test must pass before exam day.
Can I use notes, books, or the internet during the exam?
No. Red Hat states that internet access is not provided during the exam and that you may not bring any hard copy or electronic documentation, which includes notes, books, and any other material. The one exception is the product documentation that ships with Red Hat Enterprise Linux, which is available inside the exam environment for most exams. Practising with man pages and local documentation instead of web searches is the single most useful preparation habit.
Are breaks allowed during the RHCSA exam?
Yes. You may take a 10-minute break after each completed hour of the exam. The exam timer keeps running while you are away, so a break costs you working time. Phone use is prohibited throughout the session, including during breaks, and you must not contact any person outside the exam session by phone, messaging, or any other means.
Can I get exam accommodations for a disability?
Yes. Red Hat asks that requests for disability-related or religious accommodations be submitted at least two weeks before your exam through the Red Hat Accommodation Portal. Because the two-week deadline runs from your scheduled date, submit the request before you book rather than after, so that a delay in review does not force you to reschedule.
How long is RHCSA valid and how do I renew it?
All Red Hat certifications are current for three years from the date earned. Renewal must be completed before the expiration date, and Red Hat is explicit that expired certifications cannot be renewed and must be earned again from scratch. Under the framework introduced on 11 May 2026 there are three renewal routes: retake the exam associated with your highest-level certification, earn a new certification at the same level, or earn a higher-level certification. Any of the three renews your lower-level credentials at the same time.
Does passing RHCE renew my RHCSA?
Yes. Red Hat's renewal rules state that earning a higher-level certification renews all of your lower-level certifications. In practice, passing EX294 or EX342 as a current RHCSA moves the non-current date for your RHCSA out to three years from the date the higher credential was earned, so you do not need to re-sit EX200 separately.
How does RHCSA compare with CompTIA Linux+?
The difference is the testing method. EX200 is entirely performance-based: you configure live Red Hat Enterprise Linux systems and are graded on the final state after a reboot. CompTIA Linux+ is a written exam with multiple-choice and performance-based items and is vendor-neutral across distributions. RHCSA is tied specifically to Red Hat Enterprise Linux, currently version 10, and is the required foundation for Red Hat's engineer-level credentials. If your target employer runs RHEL, EX200 is the credential that maps to the job.
How does RHCSA compare with LPIC-1?
LPIC-1 from the Linux Professional Institute is vendor-neutral and is earned by passing two 90-minute written exams of 60 multiple-choice and fill-in-the-blank questions each, at $200 USD per exam in LPI's top pricing tier. RHCSA is a single three-hour hands-on exam on RHEL at a $500 USD list price. LPIC-1 proves breadth across distributions and covers topics RHCSA does not, such as X11 and printing; RHCSA proves you can actually build and fix a Red Hat system under time pressure. Neither has certification prerequisites.
Which RHEL version is the current EX200 based on?
Red Hat states that the current EX200 is based on Red Hat Enterprise Linux 10. The RHEL 10 objective list added Flatpak repository configuration and Flatpak package installation and removal alongside the existing RPM objectives, so candidates studying from RHEL 8 or RHEL 9 material should check the published objectives for the version they will sit. Red Hat notes that older exam versions remain available for purchase for a period, so confirm the release version when you buy.
Do I have to take a Red Hat course before the exam?
No. Red Hat encourages RH124 and RH134, or the RH199 rapid track, but states that attendance is not required and students can choose to take just the exam. Red Hat also warns that attending class does not guarantee success, and names previous experience, practice, and aptitude as equally important determinants. Comparable work experience administering Red Hat Enterprise Linux is listed as an accepted alternative to the courses.
When do I get my digital badge?
Red Hat issues your certification badge through Credly within 48 hours of your result being published. You will receive an email from Credly, accept the badge, and can then download an official certificate and share the badge to LinkedIn and other professional networks. The badge carries a verifiable credential link, and anyone can confirm your status at rhtapps.redhat.com/verify. If nothing arrives within 48 hours of your result, contact the certification team.
Pass Red Hat RHCSA, Guaranteed
94% pass rate on first attempt
One-time • Lifetime access