logo


your one source for IT & AV

Training Presentation Systems Services & Consulting Cloud Services Purchase Client Center Computer Museum
Arrow Course Schedule | Classroom Rentals | Student Information | Free Seminars | Client Feedback | Partners | Survey | Standby Discounts

Intermediate Linux

SS Course: GK100880

Course Overview

TOP

This hands-on course teaches you the Linux commands and utilities used for everyday tasks. This includes file manipulation, program execution and control, and the effective use of the shell and desktop environments. You'll learn the concepts necessary to understand how Linux works and the system's most commonly used commands. Data manipulation utilities and shell syntax for synthesizing command pipelines are emphasized. We'll also introduce Bourne shell, Bash shell, and Korn shell programming techniques, so you will be able to read and modify existing shell scripts as well as create your own.

                                                                  

Scheduled Classes

TOP
06/13/24 - GVT - Virtual Classroom - Virtual Instructor-Led
08/15/24 - GVT - Virtual Classroom - Virtual Instructor-Led
09/19/24 - GVT - Virtual Classroom - Virtual Instructor-Led
10/24/24 - GVT - Virtual Classroom - Virtual Instructor-Led
12/05/24 - GVT - Virtual Classroom - Virtual Instructor-Led

Outline

TOP

Review of the File System

  • File system organization
  • File types
  • File and directory naming rules and conventions
  • Commands for navigating the file system
  • Introduction to Inodes
  • Ownership, permissions, and dates
  • Manipulating files and links
  • Manipulating directories
  • Determining disk usage
  • Other file system utilities

Introduction to Shells: sh, bash, and ksh

  • Shell functions
  • I/O Redirection and pipes
  • Command separation and grouping
  • Background execution
  • Filename expansion
  • Shell variables
  • Command substitution
  • Quoting and escaping metacharacters
  • Bash shell features
  • Korn shell features
  • Command execution
  • Startup files
  • Customizing the user environment

Shell Programming

  • Shell script features and capabilities
    • Creating and running a script
    • Working with variables
  • Environment variables
  • Working with data types
    • Formatting
    • Base conversion
    • Setting special attributes
  • Input/Output techniques
  • Conditional constructs
    • if/then
    • else/elif
  • Looping constructs
    • for, while, until
  • Math operators

Advanced Shell Features

  • Manipulating strings
  • Writing and calling functions
  • Controlling process priorities
  • Interpreting command line arguments
  • Making scripts interactive
  • Special shell variables
  • Advanced I/O with streams
  • Improving performance of scripts

Text Manipulation Utilities

  • Editing a file from a script
  • Scripting with ed or sed
  • UNIX and Linux utilities to manipulate files
  • Regular expressions
  • grep and egrep
  • The stream editor sed
  • Sorting in scripts
  • Generating reports with awk
  • Splitting large files
  • Counting words, lines, and characters
  • Transforming file contents

File Processing Utilities

  • Examining and comparing files
  • Reporting differences between files
  • Comparing files of any format
  • Displaying data in octal and hex
  • Compressing data
  • Converting file formats
  • Extracting text strings

Multitasking and Batch Processing

  • Multitasking
  • Scheduled sxecution using cron
  • The at and batch commands

Regular Expressions

  • Regular expression overview
  • Regular expression implementations
  • Regular expressions
  • RE character classes
  • Regex quantifiers
  • RE parenthesis

    Prerequisites

    TOP

    Before attending this course, you should have experience with common UNIX/Linux user-level commands, such as moving, copying, and editing files. Experience with the vi editor is a plus.

      Who Should Attend

      TOP

      This is an intermediate-level course for professionals with basic Linux experience.