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

2011年4月29日

摘要: 3.6 If you open a file for readwrite with the append flag, can you still read from anywhere in the file using lseek? Can you use lseek to replace existing data in the file? Write a program to verify t... 阅读全文

posted @ 2011-04-29 22:13 天地玄黄 阅读(363) 评论(0) 推荐(0) 编辑

摘要: 1. 我目前在Linux中运行的程序通常是在Shell 之上运行的,Shell 已经设定好了 standard input(键盘) 和 standard output(显示器). 2. 许多程序都默认 standard input 的 file descriptor 是 0, standard output 的 file descriptor 是 1。在<unistd.h>中定义了两个常量来表示... 阅读全文

posted @ 2011-04-29 22:05 天地玄黄 阅读(208) 评论(0) 推荐(0) 编辑