chapter10

所属分类:Linux/Unix编程
开发工具:Unix_Linux
文件大小:4KB
下载次数:2
上传日期:2007-10-31 20:30:22
上 传 者892754
说明:  《Beginning_Linux_Programming_Third_Edition》这本书的附带程序,由于前几章十分简单,所以从第七章开始传
( Beginning_Linux_Programming_Third_Edition This book is the incidental procedures, as a result of the preceding chapters is very simple, so from the beginning of Chapter VII of the Chuan-)

文件列表:
chapter10\alarm.c (799, 2000-01-12)
chapter10\ctrlc1.c (851, 2000-01-12)
chapter10\ctrlc2.c (347, 2000-01-12)
chapter10\file.txt (50, 2000-01-12)
chapter10\fork1.c (520, 2000-01-12)
chapter10\fork2.c (520, 2000-01-12)
chapter10\pexec.c (165, 2000-01-12)
chapter10\system1.c (153, 2000-01-12)
chapter10\system2.c (155, 2000-01-12)
chapter10\upper.c (152, 2000-01-12)
chapter10\useupper.c (844, 2000-01-12)
chapter10\wait.c (1002, 2000-01-12)
chapter10 (0, 2007-01-26)

Chapter 10 - Processes and Signals. system1.c - A program that calls another program using the system command. system2.c - system1.c revised so that the other program is run in the background. pexec.c - A program that replaces a process image using the execlp command. fork1.c - A program that duplicates a process image using the fork command. wait.c - A program that uses the wait command to wait for a child process to finish. fork2.c - fork1.c changed so thata zombie process is created. upper.c - A simple program to convert all characters to upper case. file.txt - A short text file for use with upper.c. useupper.c - A program that demonstrates that open file descriptors are preserved across a call to execl. ctrlc1.c - A simple signal handling program which reacts to SIGINT. alarm.c - A program which sends a signal to itself. ctrlc2.c - A signal handling progam that uses sigaction rather than signal.

近期下载者

相关文件


收藏者