# 12.1.概述

FreeBSD 提供 **可选的** 与 Linux® 的二进制兼容性，通常被称为 Linuxulator，允许用户安装并运行未经修改的 Linux 二进制文件。它适用于 x86（包括 32 位与 64 位）以及 AArch64 架构。某些 Linux 特有的操作系统功能尚未被支持；这主要涉及特定硬件功能或与系统管理相关的特性，例如 cgroups 或 namespaces。

在阅读本章之前，你应当：

* 了解如何安装[额外的第三方软件](https://docs.freebsd.org/en/books/handbook/ports/#ports)。

阅读完本章之后，你将了解：

* 如何在 FreeBSD 系统上启用 Linux 二进制兼容性。
* 如何安装额外的 Linux 共享库。
* 如何在 FreeBSD 系统上安装 Linux 应用程序。
* FreeBSD 中 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://handbook.bsdcn.org/di-12-zhang-linux-er-jin-zhi-jian-rong-ceng/12.1.-gai-shu.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.
