Overview
Shell scripting allows you to take a complex sequence of commands, place them into a file, and then run the file as a program. This lab provides guidance on performing automation and scripting of the Linux+. By performing this lab, students will learn how to work with shell scripts.
OUTCOMES:
In this lab, you will learn to:
- Create simple shell scripts.
- Create shell scripts with conditional execution.
Key terms and descriptions
shell scripting
Shell scripting allows you to take a complex sequence of commands, place them into a file, and then run the file as a program.
vi
Vi is a command line text editor used in Linux.
root
Root is the system administrator account for Linux systems.