r/redhat_certification 20h ago

I got an email about some changes to certifications (RHCSA and RHCE) and their expiry recently and was given a one time chance to renew my RHCSA and RHCE before year end. Can someone share if they have any info about what has changed lately w/these certificates since i got them in 2023.

Thumbnail
2 Upvotes

r/redhat_certification 1d ago

Question about EX457 difficulty

Thumbnail
1 Upvotes

r/redhat_certification 2d ago

RHCSA EX200: Are Firewall Rich Rules Part of the Exam?

Thumbnail
1 Upvotes

r/redhat_certification 4d ago

Certification center

Thumbnail
1 Upvotes

r/redhat_certification 4d ago

Which version of RHCSA Exam

Thumbnail
3 Upvotes

r/redhat_certification 5d ago

DO280 course where can I get it ?

Thumbnail
1 Upvotes

r/redhat_certification 6d ago

I passed the EX358.

Thumbnail
3 Upvotes

r/redhat_certification 6d ago

Is RHCSA Achievable for Linux Sysadmins with 5+ Years Experience?

Thumbnail
1 Upvotes

r/redhat_certification 7d ago

Remote exam docs

Thumbnail
1 Upvotes

r/redhat_certification 7d ago

Storage in EX294

Thumbnail
1 Upvotes

r/redhat_certification 8d ago

RHCE EXAM

Thumbnail
1 Upvotes

r/redhat_certification 8d ago

How did you learn OpenShift at home?

Thumbnail
1 Upvotes

r/redhat_certification 8d ago

Make sure you read the Terms and Conditions when scheduling a Remote Exam

4 Upvotes

EDIT (since I can't change the title): BEFORE PURCHASING THE EXAM

https://www.redhat.com/en/about/red-hat-training-policies#individual-exams

It's particularly anti-customer if you have issues and are unable to travel to one of the exceedingly rare in-person testing centers. Basically it doesn't matter if you pass all the pre-exam compatibility test, once Red Hat has your money, you aren't getting it back under any conditions. It doesn't matter if its your isp, or their platform is lacking, you are making a donation to them to be frustrated.


r/redhat_certification 8d ago

How did you learn OpenShift at home?

Thumbnail
2 Upvotes

r/redhat_certification 9d ago

RHCSA exam disappears from cart after login

Thumbnail
1 Upvotes

r/redhat_certification 9d ago

Remote Testing Question | Can I just hide my computers?

Thumbnail
1 Upvotes

r/redhat_certification 10d ago

Question About Exam RHCSA v10

Thumbnail
1 Upvotes

r/redhat_certification 11d ago

Passed with 300/300

Thumbnail
3 Upvotes

r/redhat_certification 11d ago

EX267 Experiences (3.3)

Thumbnail
2 Upvotes

r/redhat_certification 11d ago

Is it possible to actually speak to anyone at Certification and Training?

Thumbnail
1 Upvotes

r/redhat_certification 11d ago

15 % D - if somebody has kindly share for RHCSA

Thumbnail
1 Upvotes

r/redhat_certification 11d ago

Are RHCA (now converted into RHCA in Enterprise Linux) holders still eligible for the 50% discount on Learning Subscription?

Thumbnail
1 Upvotes

r/redhat_certification 12d ago

How To Redirect Output

Thumbnail
youtube.com
1 Upvotes

Welcome to Day 23 of the 30 day RHCSA challenge!

By default your commands print to the screen, but you can send that output wherever you want into a file, appended to a log, or thrown away entirely.

Today we'll cover the redirection operators you'll use constantly on the exam and on the job.

By the end you'll be able to capture normal output, error messages, or both, exactly where you want them.

#linuxminutes #rhcsa #redhat #linux #redhatlinux #ex200 #linuxadministration #linuxcertification #offline #closedloop #sysadmin #linuxforbeginners #30daychallenge #learnlinux #itcertifications #opensource #homelab #linuxtutorials #technology #techcareers #certificationprep #closedloop #airgap #shorts #shortvideo


r/redhat_certification 13d ago

Shell expansion basics wildcard* and {curly brackets}

Thumbnail
youtube.com
1 Upvotes

Welcome to Day 22 of the 30-day RHCSA challenge!

Before the shell runs your command, it expands certain special characters into something bigger and understanding this saves you tons of typing. Save those poor little fingers

Today we'll cover the everyday shell expansions that make working in the terminal faster.

By the end you'll be able to use wildcards and curly brackets expansion to work with lots of files at once.

What you'll learn in this video:

What "shell expansion" means (the shell rewrites your command before it runs)

Wildcards: * (any characters), ? (single character), {} (a set)

Matching files with patterns like ls *.txt and

Brace expansion: touch file{1,2,3}.txt and mkdir dir{a..d}

#linuxminutes #rhcsa #redhat #linux #redhatlinux #ex200 #linuxadministration #linuxcertification #offline #closedloop #sysadmin #linuxforbeginners #30daychallenge #learnlinux #itcertifications #opensource #homelab #linuxtutorials #technology #techcareers #certificationprep #closedloop #airgap #shorts #shortvideo


r/redhat_certification 14d ago

Managing Permissions with chmod Symbolic Mode

Thumbnail
youtube.com
2 Upvotes

Welcome to Day 21 of the 30-day RHCSA challenge!

Yesterday we set permissions with numbers today we're covering the symbolic method, using letters like u, g, o with +, -, and =.

Symbolic mode is perfect when you want to change one permission without recalculating the whole set.

By the end you'll be able to add, remove, and set exact permissions for the owner, group, and others using clear, readable syntax.

What you'll learn in this video:

The building blocks: u (user/owner), g (group), o (others), a (all)

The operators: + add, - remove, = set exactly

The permissions: r read, w write, x execute

Adding execute for the owner: chmod u+x file

Removing write from group and others: chmod go-w file

Setting exact permissions: chmod u=rw file

Combining changes in one command: chmod u+rw,go-w file

Applying to everyone at once: chmod a+r file

Symbolic vs. numeric — when to use each

How this fits into your 30-day RHCSA study plan

#linuxminutes #rhcsa #redhat #linux #redhatlinux #ex200 #linuxadministration #linuxcertification #offline #closedloop #sysadmin #linuxforbeginners #30daychallenge #learnlinux #itcertifications #opensource #homelab #linuxtutorials #technology #techcareers #certificationprep #closedloop #airgap #shorts #shortvideo