Prasenjit Sarkar
By Prasenjit SarkarLast verified: 2026-09-07
Red HatInfrastructureASSOCIATE

RHCSA Certification: Complete Guide 2026

EX200

Core system administration skills for Red Hat Enterprise Linux.

Exam Details

Exam CodeEX200
Duration180 min
QuestionsPerformance-based
Passing Score210/300
Exam Cost$450
Validity3 years
Avg. Salary$95,000/yr

Exam Content

Exam Domains & Topics

Master these 6 domains to pass your exam

1

Understand and Use Essential Tools

20%
2

Create Simple Shell Scripts

10%
3

Operate Running Systems

20%
4

Configure Local Storage

15%
5

Create and Configure File Systems

15%
6

Deploy, Configure, and Maintain Systems

20%

Who Should Take This Exam?

  • IT professionals seeking Red Hat expertise
  • Infrastructure practitioners
  • Cloud architects and engineers
  • DevOps and infrastructure specialists
  • Technical leads and solution architects
  • Career changers entering cloud computing

Study Timeline

8-12 weeks

Recommended duration

01

Foundation · Weeks 1-2

Review exam objectives & core concepts

02

Deep Dive · Weeks 3-6

Study each domain with hands-on labs

03

Practice & Review · Weeks 7-8

Take practice exams & target weak areas

View Full Study Plan

Study Guide

EX200 Study Plan

The RHCSA (EX200) is a performance-based certification that validates core system administration skills on Red Hat Enterprise Linux. Unlike multiple-choice exams, you'll perform real tasks on actual systems, making hands-on practice essential. This certification is highly valued in enterprise environments and serves as a foundation for advanced Red Hat certifications.

  1. Week 1-2

    Essential Tools and Command Line Mastery

    Build strong foundation in command-line operations and essential tools

    • Master vi/vim editor for file editing
    • Become proficient with file operations and permissions
    • Learn redirection, pipes, and text processing tools
    • Practice SSH and remote system access
    • Understand man pages and documentation navigation
  2. Week 3-4

    Operating Running Systems and Process Management

    Learn system operation, service management, and systemd

    • Master systemctl for service management
    • Understand systemd targets and boot process
    • Practice process management (ps, top, kill, nice, renice)
    • Configure system logging with journalctl
    • Learn boot troubleshooting and recovery
  3. Week 5-6

    Storage Management and LVM

    Master disk partitioning, LVM, and storage configuration

    • Create and manage MBR and GPT partitions
    • Master LVM operations (create, extend, reduce)
    • Practice filesystem creation and management
    • Configure /etc/fstab for persistent mounts
    • Understand swap space configuration
  4. Week 7-8

    File Systems and Advanced Storage

    Configure file systems, AutoFS, and network storage

    • Master ext4 and XFS filesystem operations
    • Configure AutoFS for automatic mounting
    • Set up NFS client configurations
    • Practice ACLs and special permissions
    • Understand filesystem expansion and maintenance
  5. Week 9-10

    System Deployment and Package Management

    Master software management, repositories, and system maintenance

    • Master dnf/yum package management
    • Configure and manage repositories
    • Understand module streams and AppStreams
    • Schedule tasks with cron and systemd timers
    • Configure time synchronization with chronyd
  6. Week 11

    Shell Scripting and Automation

    Create bash scripts for system administration tasks

    • Write basic bash scripts with proper structure
    • Use conditionals and loops effectively
    • Process command-line arguments
    • Create practical automation scripts
    • Understand script debugging
  7. Week 12

    SELinux and Final Review

    Master SELinux and complete full practice exams

    • Understand SELinux modes and contexts
    • Practice SELinux troubleshooting
    • Configure SELinux booleans and port contexts
    • Complete full-length practice exams
    • Review weak areas identified in practice

Study tips

Hands-On Practice Strategy

  • Set up at least 2-3 virtual machines to practice multi-system scenarios
  • Practice every command multiple times until muscle memory develops
  • Break your VM periodically and practice recovery procedures
  • Time yourself completing tasks to build speed for the 3-hour exam
  • Create snapshots before destructive operations so you can retry
  • Practice without referencing notes to simulate exam conditions
  • Use the actual RHEL 9 or compatible distribution (AlmaLinux, Rocky Linux)

Performance-Based Exam Preparation

  • The exam is 100% hands-on tasks, not multiple choice - practice doing, not reading
  • You will be evaluated on results, not the method used to achieve them
  • Verify every task you complete using appropriate commands
  • Learn to use man pages efficiently as they're your only reference during the exam
  • Practice working without GUI - the exam may be command-line only
  • Tasks are not necessarily in order of difficulty - tackle easier ones first
  • Partial credit is given, so attempt every task

Essential Skills to Master

  • Master vi/vim - you cannot install nano or other editors in the exam
  • Memorize common file locations (/etc/fstab, /etc/ssh/sshd_config, etc.)
  • Know the difference between systemctl enable and systemctl start
  • Practice LVM operations until you can do them without thinking
  • Understand SELinux troubleshooting - many tasks involve SELinux contexts
  • Learn to read and interpret systemd error messages
  • Practice SSH key-based authentication setup
  • Know how to reset root password via boot interruption

Time Management During Exam

  • Read all tasks first and identify easy wins to build confidence
  • Don't spend too long on any single task - flag it and return later
  • You have 3 hours for approximately 15-20 tasks - budget about 10 minutes per task
  • Test and verify each task immediately after completing it
  • If a configuration doesn't work, check logs (journalctl) for errors
  • Ensure services survive reboot where required (systemctl enable)
  • Use reboot during the exam to verify persistence of configurations

Documentation and Man Pages

  • Practice using man pages efficiently - use '/' to search within pages
  • Learn the structure: man 5 for file formats, man 8 for system commands
  • Key man pages to know: fstab(5), crontab(5), ssh_config(5), exports(5)
  • Use 'man -k' (apropos) to search for commands by keyword
  • Many configuration file man pages include examples - use them
  • The 'info' command provides detailed documentation for some tools
  • Check /usr/share/doc for additional documentation and examples

Common Pitfalls to Avoid

  • Always verify syntax in configuration files - one typo can fail a task
  • Remember to reload/restart services after configuration changes
  • Don't forget to enable services to start at boot when required
  • Check SELinux contexts - many tasks fail due to incorrect contexts
  • Ensure firewall rules are configured if network services are required
  • Test mounted filesystems survive reboot - check /etc/fstab entries
  • When extending LVs, don't forget to resize the filesystem afterward
  • Pay attention to exact requirements - permissions, ownership, locations

Building Your Lab Environment

  • Use VirtualBox or VMware with at least 4GB RAM allocated to VMs
  • Create multiple virtual disks to practice storage management
  • Set up a minimal RHEL/AlmaLinux/Rocky installation to match exam environment
  • Configure host-only network for practicing multi-system scenarios
  • Create base snapshots of fresh installations for quick resets
  • Practice on systems similar to the exam (RHEL 9 specifically)
  • Set up NFS server VM for practicing client configurations

Exam day checklist

  • Arrive early to the test center and bring two forms of ID
  • The exam is performance-based on live systems - no multiple choice
  • Read each task requirement carefully and note specific details (paths, permissions, names)
  • Verify every task immediately after completion using appropriate commands
  • Use man pages and documentation - they are your only reference during exam
  • If something doesn't work, check logs with journalctl -xe for clues
  • Manage your time - don't spend more than 10-15 minutes stuck on one task
  • Ensure configurations persist across reboots where required
  • Test that services start automatically at boot (systemctl enable)
  • Reboot the system during the exam to verify persistent configurations
  • You can restart the exam environment if needed, but you'll lose progress
  • Partial credit is given, so attempt every task even if you're unsure
  • Stay calm - if you've practiced hands-on extensively, you're prepared
  • The exam system may have multiple virtual machines - read instructions carefully
  • Check SELinux contexts if services aren't working properly
  • Verify firewall rules if network services are inaccessible

Career

Career Opportunities

Roles and salary potential for Red Hat Certified System Administrator (RHCSA) certified professionals

Related Job Titles

Linux AdministratorSystems AdministratorDevOps Engineer

$95,000

Average Annual Salary

Compare

Certification Comparisons

See how Red Hat Certified System Administrator (RHCSA) compares to other certifications

Prerequisites

There are no strict formal prerequisites for the Red Hat Certified System Administrator (RHCSA) certification. However, Red Hat recommends having foundational knowledge of infrastructure concepts and some hands-on experience before attempting the exam. Candidates who invest time in study materials and practice exams typically perform best.

FAQ

Red Hat Certified System Administrator (RHCSA) FAQs

Common questions about the EX200 certification exam

The Red Hat Certified System Administrator (RHCSA) is a professional certification offered by Red Hat that validates your expertise in the relevant technology domain. The exam code is EX200. This certification demonstrates your ability to design, implement, and manage solutions using Red Hat technologies.

The Red Hat Certified System Administrator (RHCSA) exam typically contains Performance-based questions. These questions are a mix of multiple-choice and scenario-based questions designed to test both theoretical knowledge and practical application.

The passing score for the Red Hat Certified System Administrator (RHCSA) exam is 210/300. Note that Red Hat uses a scaled scoring system, so focus on understanding all exam domains thoroughly rather than just achieving the minimum score.

The Red Hat Certified System Administrator (RHCSA) exam duration is 180 minutes (3 hours). This includes time for reviewing your answers. We recommend practicing with timed mock exams to manage your time effectively.

The Red Hat Certified System Administrator (RHCSA) exam costs $450. Prices may vary by region and are subject to change. Red Hat occasionally offers discounts or voucher programs for certification exams.

The Red Hat Certified System Administrator (RHCSA) certification is valid for 3 years. To maintain your certification, you'll need to recertify before it expires, either by passing the current exam version or through Red Hat's continuing education program.

While Red Hat doesn't always require formal prerequisites, we recommend having hands-on experience with the relevant technologies. Familiarity with core concepts and practical experience will significantly improve your chances of passing the exam.

Yes, the Red Hat Certified System Administrator (RHCSA) exam is proctored and can be taken either at a testing center or online through remote proctoring. Online proctoring allows you to take the exam from home while being monitored via webcam. Ensure you have a quiet, private space with a stable internet connection if choosing the online option.

If you don't pass the Red Hat Certified System Administrator (RHCSA) exam on your first attempt, you can retake it. Red Hat typically has a waiting period between attempts (usually 14 days for the first retake). Use this time to review the areas where you struggled and take additional practice exams.

To prepare for the Red Hat Certified System Administrator (RHCSA) exam, we recommend: 1) Review the official exam guide and objectives, 2) Gain hands-on experience with the technologies, 3) Use practice exams to identify knowledge gaps, 4) Study each exam domain thoroughly, and 5) Join study groups or forums to discuss challenging topics with other candidates.

About the Red Hat Certified System Administrator (RHCSA) Certification

The Red Hat Certified System Administrator (RHCSA) (EX200) is a associate-level certification offered by Red Hat. This certification validates your expertise in infrastructure and is recognized globally by employers seeking qualified professionals. The exam consists of Performance-based questions to be completed in 180 minutes, with a passing score of 210/300. The exam fee is $450, and the certification is valid for 3 years.

Why Get Red Hat Certified System Administrator (RHCSA) Certified?

  • Career Advancement: Certified professionals earn an average of $95,000 per year. Red Hat-certified professionals are among the most sought-after in the infrastructure industry.
  • Industry Recognition: Red Hat certifications are respected worldwide by employers, demonstrating verified competency in infrastructure technologies and practices.
  • Skill Validation: The Red Hat Certified System Administrator (RHCSA) exam rigorously tests your knowledge across 6 domains, ensuring you have the practical skills employers demand.

Red Hat Certified System Administrator (RHCSA) Exam Format & Details

The EX200 exam is designed to test both theoretical knowledge and practical application. Candidates are given 180 minutes to complete the exam, which contains approximately Performance-based questions. A score of 210/300 is required to pass. As an associate-level certification, it requires a solid understanding of the core technologies and some hands-on experience.

Exam Domains & Topics

The Red Hat Certified System Administrator (RHCSA) exam covers 6 key domains. Understanding the weight of each domain helps you allocate your study time effectively:

  • Understand and Use Essential Tools (20% of exam)
  • Create Simple Shell Scripts (10% of exam)
  • Operate Running Systems (20% of exam)
  • Configure Local Storage (15% of exam)
  • Create and Configure File Systems (15% of exam)
  • Deploy, Configure, and Maintain Systems (20% of exam)

Who Should Take the Red Hat Certified System Administrator (RHCSA) Exam?

This certification is designed for professionals in the following roles:

  • IT professionals seeking Red Hat expertise
  • Infrastructure practitioners looking to validate their skills
  • Professionals preparing for a career in infrastructure
  • Technical specialists aiming to advance their career with an industry-recognized credential
  • Team leads and managers who need to understand infrastructure concepts

Career Opportunities & Salary

Earning the Red Hat Certified System Administrator (RHCSA) certification opens doors to roles such as Linux Administrator, Systems Administrator, DevOps Engineer. Certified professionals earn an average salary of $95,000 per year, reflecting the high demand for infrastructure skills in today's job market.

Recertification & Renewal

The Red Hat Certified System Administrator (RHCSA) certification is valid for 3 years. To maintain your credential, you will need to meet Red Hat's renewal requirements before your certification expires. This may include earning continuing education credits, passing a recertification exam, or earning a higher-level certification.

Exam Registration & Cost

The EX200 exam costs $450. You can register through Red Hat's official website or an authorized testing center. Most candidates choose between in-person testing at a Pearson VUE or PSI center and online proctored exams taken from home. Be sure to review the exam policies, including identification requirements and prohibited items, before your test date.

How to Prepare for EX200

Most candidates need 4-8 weeks of dedicated study to prepare for the Red Hat Certified System Administrator (RHCSA) exam. Start by reviewing the official exam objectives, then work through each domain systematically. Regular practice with exam-style questions is essential for building confidence and identifying weak areas. Combine reading with hands-on practice to develop both theoretical knowledge and practical skills.

HydraNode publishes free exam dumps with answers and explanations for more than 80 certification exams. Every question is written to the published objectives, so what you practise matches the format and difficulty of the actual EX200 exam.