IT 244 Class Exercise 11

Class 11 Exercise, Tuesday, March 23rd/30th
When finished: Remember to check with instructor to make sure you are recorded as having worked on the class exercise -- even if you have not completed it!

Log in to pe15

Directory for this Exercise

(When you are ready for me to check this exercise, please scroll back up to where you entered these commands!)

Start Up a Script Session

Execute the script command, using the --flush option

    script --flush

Combining Options

The Human Readable Option

The --help Option

Running Commands with Pathnames or Only the Name of the Command

The PATH System Variable

Running a Program in the Current Directory

Exit Status

Exit Your Script Session

Use the exit command

    exit
You should see a confirmation message confirming that the script is finished, resulting in a file called typescript

Bash Script for this Exercise

When finished: