# 概述

{% embed url="<https://linux-kernel-labs.github.io/refs/heads/master/index.html>" %}

## Linux 概述

Linux是一个开源的类UNIX操作系统内核，基于UNIX设计哲学构建。本模块涵盖了Linux系统的核心概念和基础原理。

### 模块内容

* [Linux设计哲学](/linux-an-quan/overview/philosophy.md) - 了解UNIX/Linux的核心设计理念
* [文件系统](/linux-an-quan/overview/file.md) - 深入理解Linux文件系统和inode结构
* [文件描述符](/linux-an-quan/overview/file-descriptor.md) - 文件描述符的工作原理
* [I/O重定向](/linux-an-quan/overview/io-redirection.md) - 输入输出重定向机制
* [进程管理](/linux-an-quan/overview/process.md) - 进程生命周期和管理
* [进程间通信](/linux-an-quan/overview/inter-process-communication.md) - 进程间通信机制
* [Shell基础](/linux-an-quan/overview/shell.md) - Shell工作机制和管道
* [信号机制](/linux-an-quan/overview/signals.md) - 系统信号和进程间通信
* [套接字](/linux-an-quan/overview/socket.md) - 网络编程基础
* [用户空间与内核空间](/linux-an-quan/overview/user-kernel-space.md) - 系统架构分层

### 推荐资源

Linux内核实验室提供了一个完整的Linux内核学习环境，包含实验和实践项目。


---

# 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://gitbook.cdxiaodong.life/linux-an-quan/overview.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.
