prev next prev next
  Course navigation
 
Lesson 1
Processes and shells
   
This module covers basic information about how shell scripts are executed on a UNIX system. Subsequent modules in this course will focus on the programming aspects of the shell. Before we begin those modules, we’ll look at the difference between using the shell as an interactive command interpreter and using it as a programming language. We’ll also examine techniques available for running a shell script and go over what processes are started when you run the shell using the various techniques.
Processes and shells
    Learning objectives
In this module, the following will be discussed:
  1. Determine your login shell
  2. Run a shell interactively
  3. Run a shell through a script
  4. Describe the relationship between parent and child processes
  5. Run a shell script using three different techniques
  Course navigation