# LinuxProgramming **Repository Path**: difficultthink/linux-programming ## Basic Information - **Project Name**: LinuxProgramming - **Description**: Linux程序设计课程中的实验 - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-03-23 - **Last Updated**: 2024-03-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux程序设计-Linux Programming ## 程序开发运行环境 1. Linux内核版本:6.39.90-36-generic 2. Linux发行版本:Ubuntu 20.04 LTS 3. gcc版本:11.4.0 (Ubuntu 11.4.0-1ubuntu1) ## 章节内容 chapter 1 Linux基础知识
chapter 2 文件及目录管理
chapter 3 进程管理
chapter 4 管道与重定向
chapter 5 信号
chapter 6 SYSTEM V IPC
chapter 7 线程管理
chapter 8 线程之间通信
chapter 9 网络编程