> For the complete documentation index, see [llms.txt](https://book.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.bsdcn.org/man/man7/intro.7.md).

# intro.7

`intro` — 杂项信息页面

## 名称

`intro`

## 描述

本节包含杂项文档。

[**arch(7)**](/man/man7/arch.7.md) 支持的 CPU 体系结构和平台

[**ascii(7)**](/man/man7/ascii.7.md) ASCII 字符集映射

[**build(7)**](/man/man7/build.7.md) FreeBSD 的构建说明

[**c(7)**](/man/man7/c.7.md) C 编程语言

[**clocks(7)**](/man/man7/clocks.7.md) FreeBSD 中可用的系统计时时钟

[**crypto(7)**](/man/man7/crypto.7.md) FreeBSD 中 OpenCrypto 提供的加密算法

[**d(7)**](/man/man7/d.7.md) [dtrace(1)](/man/man1/dtrace.1.md) 脚本语言概述

[**development(7)**](/man/man7/development.7.md) FreeBSD 开发简介

[**environ(7)**](/man/man7/environ.7.md) 用户环境

[**firewall(7)**](/man/man7/firewall.7.md) FreeBSD 下的简单防火墙

[**groups(7)**](/man/man7/groups.7.md) 标准用户组名

[**hier(7)**](/man/man7/hier.7.md) FreeBSD 文件系统层次结构

[**hostname(7)**](/man/man7/hostname.7.md) 主机名解析描述

[**networking(7)**](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man7/networking.7.md) 网络连接快速入门指南

[**release(7)**](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man7/release.7.md) FreeBSD 发行版和快照的布局

[**ports(7)**](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man7/ports.7.md) FreeBSD ports 基础设施简介

[**security(7)**](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man7/security.7.md) FreeBSD 中可用的安全功能

[**stats(7)**](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man7/stats.7.md) FreeBSD 中可用的统计实用程序

[**tests(7)**](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man7/tests.7.md) FreeBSD 测试套件简介

[**tracing(7)**](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man7/tracing.7.md) 跟踪和性能监控设施简介

[**tuning(7)**](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man7/tuning.7.md) 关于调优 FreeBSD 的一般建议

## 参见

[man(1)](/man/man1/man.1.md), intro(2), [intro(3)](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man3/intro.3.md), [intro(4)](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man4/intro.4.md), [intro(5)](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man5/intro.5.md), [intro(6)](/man/man6/intro.6.md), [intro(8)](/man/man8/intro.8.md), [intro(9)](https://github.com/FreeBSD-Ask/freebsd-man-sc/blob/main/man9/intro.9.md)

## 历史

`intro` 节手册页出现于 4.2BSD。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://book.bsdcn.org/man/man7/intro.7.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
