搜索资源列表
shell
- 实现Linux的进程管理。 a. 通过fork创建一个子进程。然后父子进程分别多次循环打印\"parent\"和\"child\", 同时打印出它们的pid,可以通过让进程睡眠一段时间来观看父子进程交叉执行的效果。 b. 通过fork创建子进程A, B。 A进程统计用户主目录下文件的个数并打印结果, B 进程列出用户主目录下的所有文件, 等待两个子进程都执行完毕时,父进程打印出后\"child are completed!\"信息后退出。
check_lighttpd
- Linux下面的检查lighttpd的守护Shell,检查进程中是否存在lighttpd进程来决定是不是启动了lighttpd.可以计划任务运行,每十分钟一次,这样就不用担心 lighttpd进程崩溃后无人值守所造成的-Linux check the following lighttpd guardian Shell, to check the existence of the process to determine the lighttpd process is initiated ligh
linux-c
- linux终端下面的一些Y语言程序代码 设计进程管理等。-linux terminal following the Y language program code design process management.