RHCSA Study Guide 2026

Everything you need to pass the RHCSA 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.

๐Ÿ“‹ RHCSA Exam Format at a Glance

50
Questions
210 min
Time Limit
70%
Passing Score

๐Ÿ“š RHCSA Topics to Study (69)

โœ๏ธ Sample RHCSA Questions & Answers

1. Which command sets a user account to expire on December 31, 2026?
โœ“ Both B and C are correct

Both `usermod -e` and `chage -E` accept a YYYY-MM-DD date and set the account expiration date.

2. What is the correct way to persistently mount an ISO image file /images/rhel.iso at /mnt/iso using /etc/fstab?
โœ“ /images/rhel.iso /mnt/iso iso9660 loop,ro 0 0

ISO images require the 'loop' mount option in fstab to attach them via the loop device, along with the iso9660 filesystem type.

3. Where does a system obtain its first supply of time when it starts up?
โœ“ The hardware clock

When a system is started, it initially gets the system time from the hardware clock, also known as the real-time clock (RTC) or the BIOS clock. The hardware clock is a component of the computer's motherboard that keeps track of the current time and date even when the system is powered off or restarted.

4. Which command displays detailed information about an installed RPM package including its description and install date?
โœ“ rpm -qi

rpm -qi shows package info (name, version, description, install date); -ql lists files, -qd lists docs, -qR lists dependencies.

5. What does 'firewall-cmd --zone=public --query-service=https' return?
โœ“ yes or no indicating if the https service is currently enabled in the public zone

--query-service returns 'yes' if the service is active in the zone at runtime, 'no' otherwise.

6. A cron job entry reads: `*/15 * * * * /script.sh`. How often does it run?
โœ“ Every 15 minutes

`*/15` in the minute field means 'every 15 minutes' (0, 15, 30, 45).

๐ŸŽฏ Free RHCSA Practice Tests

๐Ÿ“– RHCSA Guides & Articles

Your RHCSA Study Path
1. Learn with Flashcards โ†’ 2. Drill Practice Tests โ†’ 3. Take the Full Exam Simulation
Was this helpful?
RHCSA Study Guide 2026 โ€” Exam Format, Topics & Practice Questions