Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.16 KB

📒 《Unix环境高级编程》 第3版 学习笔记

环境说明

  • 系统:Ubuntu 20.04
  • GCC 版本:9.3.0

笔记内容

章节 标题 笔记
第 01 章 UNIX基础知识 📒 Notes
第 02 章 UNIX标准及实现 📒 Notes
第 03 章 文件I/O 📒 Notes
第 04 章 文件和目录 📒 Notes
第 05 章 标准I/O库 📒 Notes
第 06 章 系统数据文件和信息 [📒 Notes]
第 07 章 进程环境 [📒 Notes]
第 08 章 进程控制 [📒 Notes]
第 09 章 进程关系 [📒 Notes]
第 10 章 信号 [📒 Notes]
第 11 章 线程 [📒 Notes]
第 12 章 线程控制 [📒 Notes]
第 13 章 守护进程 [📒 Notes]
第 14 章 高级I/O [📒 Notes]
第 15 章 进程间通信 [📒 Notes]
第 16 章 网络IPC:套接字 [📒 Notes]
第 17 章 高级进程间通信 [📒 Notes]
第 18 章 终端I/O [📒 Notes]
第 19 章 伪终端 [📒 Notes]
第 20 章 数据库函数库 [📒 Notes]
第 21 章 与网络打印机通信 [📒 Notes]

参考资源

  • 《Unix环境高级编程》 第3版