In this lesson, you will learn the basic structure of a Bash script and how scripts are used to automate tasks in Linux.

You will learn how to create a script file, use the Bash shebang, add comments, display information with the echo command, assign execute permissions, and run a script from the command line.

You will also be introduced to important scripting concepts such as commands, exit codes, variables, conditions, loops, functions, and input and output redirection.

By the end of this lesson, you should be able to create, make executable, and run a simple Bash script.