# Understanding_UnixLinux_Programming **Repository Path**: sunbxonline/Understanding_UnixLinux_Programming ## Basic Information - **Project Name**: Understanding_UnixLinux_Programming - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-08-05 - **Last Updated**: 2026-08-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Understanding_UnixLinux_Programming 本仓库含《Unix/Linux编程实践教程》(Understanding Unix/Linux Programming: A Guide to Theory and Practice)全书各章节示例源码 第二章who命令在我环境下是无输出的(也许是因为我使用的是WSL版Ubuntu的缘故) 第十五章共享内存相关代码,我的shmat()函数老报错,过不了,上网求助发现很多人和我有同样的问题,但都没有一个好的解决方案,因此共享内存相关的代码没有实际测试过 其余所有代码均通过实际测试检验