Tuesday, October 26 CS 375 UNIX System Programming - Lecture 17 1
Lecture 17
Log into Linux. Copy two subdirectories in
/home/hwang/cs375/lecture17/
$ cp -r /home/hwang/cs375/lecture17/* .
Both subdirectories have makefiles that will
make all the programs. The "unnamed" subdirectory has programs using pipe( ), while the "named" subdirectory has programs using FIFOs (named pipes).
Reminder: Project 5 due on Thursday. Questions?