Prev Up Next
Go backward to 4.9 Three tcsh scripts
Go up to 4 Labs
Go forward to 4.11 Menu shell script

4.10 "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 CSC137 
Lab 4.10: 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** Red's Home page** The Pima College Site

Prev Up Next