CS3013 Project O

Unix Dabbling

Due date: Monday, August 30

Index


Overview

The shell is the Unix command interpreter. Although it is not part of the operating system, it makes heavy use of many operating system features and thus serves as a good example of how the system calls can be used.

Specifics

From any CCC Unix account, try running the following commands in a new shell:

Hints

To get help information about specific Unix commands, use the "man" command. For instance, entering "man tcsh" will display the manual page entry for the tcsh shell.

Hand In

Hand in very brief answers to the following questions: Turn in your assignments by emailing them to claypool@cs.wpi.edu. Use "3013 Assignment 0" as the subject line of your message.


Return to the CS3013 Home Page

Send all questions to the TA mailing list.