Description
Linux Shell Scripting Training Course VILT
Linux Shell Scripting Training Course VILT Course Summary
This course is designed to provide the skills necessary to automate tasks on a Unix or Linux system. Systems Administrators and Developers alike can avoid errors, save time and money by replacing repetitive work patterns with shell scripts.
Care has been taken to present this course in a format that benefits all students, with or without previous programming experience. We believe that the best way to learn shell scripting is writing shell scripts. For this reason, lab time is emphasized. Early labs present the scripting process step by step, while later labs are presented in a challenge format. While official solutions to each lab task are provided, students are encouraged to create their own before examining the solution. In this way, more experienced students are challenged without overwhelming the less experienced.
Red Hat Enterprise Linux 5 Update 4
SUSE Linux Enterprise 11
Prerequisites
Solid understanding of Unix-based systems and proficiency on the Unix or Linux command line.
Outline
1. SHELL SCRIPTING BASICS
- Shell Scripting
- Example Shell Script
- Shell/Environment Variables
- Key Environment Variables
- General Quoting Rules
- Nesting Commands
- Variables: Arrays
- Positional Parameters
- printf
- Input and Output
- alias
- Functions
- Colors in Scripts
LAB TASKS - Shell Variables
- Shell Meta-Characters
- Command Substitution
- Aliases
- Bash Login Scripts
- Create “userinfo” and “sysinfo” functions
2. WORKING WITH FILES
- Communication Channels
- File Redirection
- Piping Commands Together
- Doing Math
- Determining Disk Usage
- cron
- crontab Format
- /etc/cron.*/ Directories
- Sending Email with mail
LAB TASKS - Disk and Filesystem Usage
- Connecting Commands
3. DATA MUNGING
- Regular Expression Overview
- Regular Expressions
- RE Character Classes
- RE Quantifiers
- RE Parenthesis
- Searching Inside Files
- Replacing Text Characters
- The Streaming Editor
- Text Processing with awk
- Text Sorting
- Duplicate Removal Utility
- Extracting Columns of Text
LAB TASKS - Pattern Matching with Regular Expressions
- Extended Regular Expressions
- Using Regular Expressions With sed
- Create “rmhost” function
- Create “showenv” function
- Parsing Mail Server Logs
- Fixing Incorrect Files
4. BRANCHING AND LOOPING
- Exit Status
- Comparisons with test
- Conditional Statements
- Flow Control: case
- The for Loop
- Flow Control: while and until Loops
- Reading Files with while
- Flow Control: select
LAB TASKS - Reporting User Statistics
- Monitoring Filesystem Usage
5. SECURITY, WHITESPACE AND OTHER GOTCHAS
- Gotchas: Maximum Command Length
- Gotcha: Whitespace in for Loops
- Gotcha: $IFS
- Gotcha: Printing in .bashrc
- Gotcha: Aliases
LAB TASKS - Renaming MP3 Files
- Split and Display $PATH
- A tar-based Backup
6. WHERE TO FROM HERE?
- Waterfall Development
- Iterative Development
- Getting Help with man and info
- $MANPATH, whatis and apropos
- Help from Commands and Documentation
LAB TASKS - Automated Virtual Host Provisioning
Duration (in days)
2