Duration
24 hours, 3-day training workshop
Delivery
Face to face training or online training
Course Inclusive
Training materials & certificate of completion
Course Content
- MODULE I: The Linux Environment
- Files and File Systems
- Directories
- Inodes and Links
- MODULE II: Basics of Linux
- Command Basics
- Command-Line Editing
- Command History
- Directory Commands
- Basic file permissions
- Help
- MODULE III: Working with files, users and groups
- Listing and Finding Files
- Working with Files
- Working with Users and Groups
- MODULE IV: Working with Shell
- What is a shell?
- Types of shell
- Shell features
- Shell Aliases
- Customizing Your Prompt
- The set and unset Commands
- MODULE V: Script Basics
- Creating a Script
- How to execute a script
- Exit status
- MODULE VI: Input and Output
- Reading user input
- Positional parameters
- Formatted output with printf
- Terminal echo
- I/O Redirection
- Pipe and tee
- MODULE VII: Variables and Expressions
- Introduction to Variables
- Variable Assignment
- Displaying and using variables
- Quoting Variables
- Escape Characters
- The expr Command and operators
- The eval and expr Command
- Concatenation and sub-strings
- MODULE VIII: Conditions and Loops
- if-then -fi
- if-then-else-fi
- nested if-then-else-fi
- conditional operators
- for loop
- while loop
- case statement
- select statement
- MODULE IX: Functions
- Creating a user defined function
- calling a user defined function in a script
- local variables
- MODULE X: Arrays
- Creating an array
- Array Elements
- Manipulating arrays