# 关于本书

> \
> 本作品采用[知识共享署名-相同方式共享 4.0 国际许可协议](http://creativecommons.org/licenses/by-sa/4.0/)进行许可。

## 关于本书

这是一本 Linux 的简明入门教程，基于东北大学软件学院石凯老师的讲义，由同学整理并扩充，与东北大学软件学院 Linux 操作系统课程同步。

## 能力要求

因为该课程面向的是软件工程大三年级的学生，所以我们默认本书的读者已经具备一定的 C 语言编程基础，同时具备一定的英语能力。

## 主要贡献者

[@lcx960324](https://github.com/lcx960324)

## 如何参与贡献

如果您在阅读过程中，发现了错误 / 不合理或不准确的地方，或者您愿意为我们贡献内容，我们十分欢迎。请到我们的 [GitHub](https://github.com/lcx960324/linux-tutorial) Repo 提交 Issue 或 Pull Request 。


---

# 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://linux-cookbook.umaru.io/master.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.
