Introduction
  • BASH SHELL AND SCRIPTING FUNDAMENTALS
User and System Configuration files
  • Section Introduction 1
  • Creating a user
  • User Configuration files in the Bash Shell Part One 3
  • User Configuration files in the Bash Shell Part TWO
  • User Configuration files in the Bash Shell Part three
  • System Configuration files in the Bash Shell Part ONE
  • System Configuration files in the Bash Shell Part TWO
Elements of the Shell environment
  • Elements of the Shell environment 1
  • Standard Input Output
  • Redirection Part One
  • Redirection Part 2
  • Redirection Part 3
  • Variables Part 1
  • Variables Part 2
  • Variables Part 3
  • How to execute scripts Terminologies 9
  • Combining Commands
  • Command Substitutions
  • Difference between quotes
  • Jobs
  • Aliases
  • Exit Status
  • Bash Shell Expansions
AND/OR operators and If-then-else
  • Section Introduction
  • AND and OR operators
  • Passing Values to a script at runtime Part 1
  • Passing Values to a script at runtime Part 2
  • If then else constructs Part 1
  • If then else constructs Part 2
  • If then else constructs Part 3
  • String Testing Operators Part 1
  • String Testing Operators Part 2
  • String Testing Operators Part 3
Real World Scenarios
  • Section Introduction
  • The PATH variable
  • Using Shell Scripting in the RC directory
Introduction to Looping and Case statement.
  • Section Introduction
  • FOR loop Part 1
  • FOR loop Part 2
  • FOR loop Part 3
  • While Loop Intro Part 1
  • While loop: Bash Counter Lab Part 2
  • While Loop: The expr counter lab Part 3
  • While Loop Script example Part 4
  • While loop: Special Variables
  • Case statement Syntax Part 1
  • Case statement Runlevel script Part 2
  • A pure menu using case statement Part 3