# 3.1.概述

本章介绍了 FreeBSD 操作系统的基础命令及功能。这些章节中的大部分内容对于所有类 UNIX® 操作系统来说都是适用的。建议 FreeBSD 新用户仔细阅读本章。

阅读本章后，你将会了解：

* 如何使用和配置虚拟控制台。
* 如何在 FreeBSD 上创建和管理用户和组。
* UNIX® 文件权限和 FreeBSD 文件标志的工作原理。
* FreeBSD 文件系统的默认布局。
* FreeBSD 磁盘结构。
* 如何挂载及卸载文件系统。
* 进程、守护程序和信号分别是什么。
* 什么是 Shell，如何修改默认登录环境。
* 如何使用基本的文本编辑器。
* 什么是设备和设备节点。
* 如何阅读手册页面以获取更多信息。


---

# 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-3-zhang-freebsd-ji-chu/3.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.
