4.10 Shell script - swapdir4 Labs4.8 grep and regular expressions4.9 "C" A Programming Language

4.9 "C" A 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.9: C Programming
and the results of a umask of zero
Please turn your lab to Louis Taber or to Pima Community College employee in room A-115 of the Santa Rita Building. Ask them to place it in the dark blue folder in Louis Taber's mailbox.
Instructor: Louis Taber, ltaber(at)uml.lt.Tucson.AZ.us (520) 206-6850
My new web Home page in Cleveland, OH
The Pima Community College web site

4.10 Shell script - swapdir4 Labs4.8 grep and regular expressions4.9 "C" A Programming Language