ES
← Back to RHCSA EX200

Published: 3/15/2026

RH134 — Shell scripts and command line

Shell environment, simple Bash scripts, loops, conditionals, and chapter 1 lab.

Goal

Document chapter 1 of RH134 v10.0 while studying it: strengthen the command line and automate tasks with Bash scripts on RHEL.

Chapter content

SectionTopic
1.1Modifying the shell environment
1.2Guided exercise: modifying the shell environment
1.3Writing simple Bash scripts
1.4Guided exercise: writing simple Bash scripts
1.5Running loops and conditional commands
1.6Guided exercise: loops and conditional commands
1.7Lab: shell scripts and command line
1.8Summary

What I practice

Reference commands

chmod +x script.sh
./script.sh arg1 arg2
export VAR=value
source ~/.bashrc

Lab notes

(Fill in after lab 1.7: scripts used, syntax errors, and how they were fixed.)

Next step

Finish chapter 1 lab on ROL and paste the concrete steps here when the chapter is done.