Functions

Shell Functionality

Launch Program (Example from Chapter 2)

 

Strategy

  1. You need to understand this program first, by typing it in, running it and getting it to work. Then you will be ready to tackle the minishell program.
  2. A sample executable of ms can be executed:

% ~hardnett/pub/cis343/demos/ms

Your program should have the same behavior.

3.     Use man <functionname> to learn about the C system calls