# 14.1.概述

FreeBSD 的一个重要方面是正确的系统配置。本章将解释许多 FreeBSD 配置过程，包括一些可用于调优 FreeBSD 系统的参数。

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

* 了解 UNIX® 和 FreeBSD 基础知识（[FreeBSD 基础](https://docs.freebsd.org/en/books/handbook/basics/#basics)）。

阅读本章后，你将了解：

* 如何使用 `/etc` 目录中的各种配置文件。
* `rc.conf` 配置和 `/usr/local/etc/rc.d` 启动脚本的基础知识。
* 如何使用 [sysctl(8)](https://man.freebsd.org/cgi/man.cgi?query=sysctl\&sektion=8\&format=html) 变量调优 FreeBSD。
* 如何配置 FreeBSD 的电源管理。


---

# 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://book.bsdcn.org/hanbook/di-14-zhang-pei-zhi-yu-you-hua/14.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.
