# Readme

> 整理自： 林伟俊 (Wei-Jun Lin)
>
> GitHub：<https://github.com/Weijun-Lin/LinuxProgramming>
>
> Email：   <weijun-lin@foxmail.com>
>
> 上次更新: 2023-10-01

Linux/Unix 入门编程，参考自 《Linux/Unix 系统编程手册》Michael Kerrisk 著。

主要对 Linux/Unix 下文件、信号、进程、线程、IPC 等作简要描述。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://linuxprogramming.weijun-lin.top/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
