Module 3 Administration

Lecture 7

  1. Managing processes
    1. Recommended reading:
      1. Part 1 - Learning the shell - The Linux Command Line by William Shotts
        1. Processes - Pages 110 - 124 (134 - 148 of the pdf)
  2. Basic Networking protocols
    1. Recommended reading:
      1. Part 3 - Common tasks and essential tools - The Linux Command Line by William Shotts
        1. Networking - 201 - 215 (225 - 241 of the pdf)

          Lecture 8

  3. Shell scripting
    1. Hello World
    2. Working with Variables
      1. User defined
      2. Environmental Variables
      3. User input
      4. Positional parameters
    3. Here Documents
    4. Shell Functions
      1. Local vs Global Variables
    5. Flow Control statements
    6. Loops
    7. Case statements
    8. Arithmetic and string operations
    9. Arrays

Lecture 9

  1. Scheduling Tasks