RHCSA - Red Hat Certified System Administrator
  • Exam description
  • 1️⃣Understand and use essential tools
    • Description
    • Input-Output Redirection
  • 2️⃣Create simple shell scripts
    • Description
  • 3️⃣Operate running systems
    • Description
    • Tuned
    • NTP
    • Systemctl
  • 4️⃣Configure local storage
    • Description
  • 5️⃣Create and configure file systems
    • Description
  • 6️⃣Deploy, configure, and maintain systems
    • Description
  • 7️⃣Manage basic networking
    • Description
  • 8️⃣Manage users and groups
    • Description
  • 9️⃣Manage security
    • Description
  • 🔟Manage Containers
    • Description
Powered by GitBook
On this page
  1. Create simple shell scripts

Description

  • Conditionally execute code (use of: if, test, [], etc.)

  • Use Looping constructs (for, etc.) to process file, command line input

  • Process script inputs ($1, $2, etc.)

  • Processing output of shell commands within a script

PreviousInput-Output RedirectionNextDescription

Last updated 1 year ago

2️⃣
Page cover image