文件名称:pipe
-
所属分类:
- 标签属性:
- 上传时间:2015-01-08
-
文件大小:1.33kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。
B)Process – model ( fork() + exec() + pipe() ):
parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。
child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。
-a simple program about pipe between child thread and parent thread
B)Process – model ( fork() + exec() + pipe() ):
parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。
child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。
-a simple program about pipe between child thread and parent thread
(系统自动生成,下载前可以参看下载内容)
下载文件列表
myls.c
pipe2.c
pipe2.c
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.