

Master how Linux redirects standard input, output, and errors using >, <, and 2>, including appending with >> and combining streams with 2>&1.
Learn to use pipes to connect commands, search with grep, sort results, and filter text with cat output for efficient text processing.
Learn the vi editor, a widely used Linux text editor, with command mode for editing and insert mode for typing, and save with :wq.
Discover Perl, a text manipulation language used for Linux administration, web and network programming, with portability across shells, easy error handling, and variables, print, and comments.
This course takes you through step by step guide to become a linux pro.
It assumes that student has no prior knowledge of Linux and starts with core OS concepts before proceeding to Linux Commands
Shell and Perl Scripting are also introduced in the course as they are widely used by Linux admins