Objectives
...

Study points for the exam.
...

RHCSA exam candidates should be able to accomplish the tasks below without assistance. These have been grouped into several categories.

📝 NOTE: The first few objectives are currently a bit crude with very short info. Feel free to add your study notes and help improve the documentation.

2. Create simple shell scripts
...

  • 2.a Conditionally execute code (use of: if, test, [], etc.)
  • 2.b Use Looping constructs (for, etc.) to process file, command line input
  • 2.c Process script inputs ($1, $2, etc.)
  • 2.d Processing output of shell commands within a script
  • 2.e.RHEL8 Processing shell command exit codes