4.12 Menu shell script4 Labs4.10 Three tcsh scripts4.11 "C" Programming Language

4.11 "C" Programming Language

Most of the UNIX operating system is written in the "C" programming language. Most of the tools (and games) that run on the system are also written in "C". Many other utilities have a flavor of "C", such as the "C" shell csh, awk, and perl. The interface to the operating system is easily accessed with the "C" language. The operating system calls look like "C" function calls. The system calls are documented in section 2 of the manual pages. Library calls are documented in section 3 of the manual pages.

This lab will also be used to look at the effects of umask on protection bits when a file is created.

Turn in a copy of this output marked with:
your name 
TABER CIS137 
Lab 4.11: C Programming
and the results of a umask of zero
Place the lab in the instructor hand-in box in BUS R6E, the "terminal room".
Instructor: ltaber@pima.edu ** My new Home at GeoApps in Tucson ** The Pima College Site ** The Mad Dr. G.'s home page on phred.

4.12 Menu shell script4 Labs4.10 Three tcsh scripts4.11 "C" Programming Language