博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2011年5月3日

摘要: 4.11 In Section 4.21, our version of ftw never changes its directory. Modify this routine so that each time it encounters a directory, it does a chdir to that directory, allowing it to use the filenam... 阅读全文

posted @ 2011-05-03 21:07 天地玄黄 阅读(611) 评论(0) 推荐(0) 编辑

摘要: 4.6 Write a utility like cp(1) that copies a file containing holes, without writing the bytes of 0 to the output file. 我自己写了一整程序来完成这个操作。 首先要使用fig3.2的程序生成一个带有hole的文件file.hole。 #include "apue.h"#include... 阅读全文

posted @ 2011-05-03 15:28 天地玄黄 阅读(529) 评论(0) 推荐(0) 编辑

摘要: 1、每一个file system都可以用major device number 和 minor device number来确定。major device number表示一个设备的device driver,比如一个磁盘就会有一个major device number。而minor device number则表示特定的subdevice。比如在一个磁盘上可以有多个文件系统,这些文件系统的ma... 阅读全文

posted @ 2011-05-03 11:25 天地玄黄 阅读(169) 评论(0) 推荐(0) 编辑