> For the complete documentation index, see [llms.txt](https://handbook.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.bsdcn.org/fu-lu-b.-shu-mu/b.1.-freebsd-xiang-guan-shu-ji.md).

# B.1.FreeBSD 相关书籍

手册页为 FreeBSD 各组件提供了权威参考，却很少演示如何将这些组件组合起来、让整个操作系统顺畅运行。要弥补这一局限，一本出色的 UNIX® 系统管理书籍或用户手册不可或缺。

* **Absolute FreeBSD: The Complete Guide To FreeBSD**, Third Edition, published by [No Starch Press](https://nostarch.com/absfreebsd3), 2018. ISBN: 978-1593278922
* **FreeBSD Mastery: Storage Essentials**, published by [Tilted Windmill Press](https://www.tiltedwindmillpress.com/product/freebsd-mastery-storage-essentials/), 2014. ISBN: 978-1642350098
* **FreeBSD Mastery: Specialty Filesystems**, published by [Tilted Windmill Press](https://www.tiltedwindmillpress.com/product/fmspf/), 2015. ISBN: 978-1642350111
* **FreeBSD Mastery: ZFS**, published by [Tilted Windmill Press](https://www.tiltedwindmillpress.com/product/fmzfs/), 2015. ISBN: 978-1642350005
* **FreeBSD Mastery: Advanced ZFS**, published by [Tilted Windmill Press](https://www.tiltedwindmillpress.com/product/fmaz/), 2016. ISBN: 978-0692688687
* **FreeBSD Mastery: Jails**, published by [Tilted Windmill Press](https://www.tiltedwindmillpress.com/product/fmjail/), 2019. ISBN: 978-1642350241
* **FreeBSD Device Drivers: A Guide for the Intrepid**, published by [No Starch Press](https://nostarch.com/bsddrivers.htm), 2012. ISBN: 978-1593272043
* **The Design And Implementation Of The Freebsd Operating System**, Second Edition, published by [Pearson Education, Inc.](https://www.pearson.com/store/p/design-and-implementation-of-the-freebsd-operating-system-the/P200000000463/9780321968975), 2014. ISBN: 978-0321968975
* **UNIX and Linux System Administration Handbook**, Fifth Edition, published by [Pearson Education, Inc.](https://www.pearson.com/en-us/subject-catalog/p/unix-and-linux-system-administration-handbook/P200000000513/9780137460359), 2017. ISBN: 978-0134277554
* **Designing BSD Rootkits**, published by [No Starch Press](https://nostarch.com/rootkits.htm), 2007. ISBN: 978-1593271428
* **FreeBSD Jails using VNETs**, published in [gumroad](https://rderik.gumroad.com/l/uwOLZ)


---

# 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:

```
GET https://handbook.bsdcn.org/fu-lu-b.-shu-mu/b.1.-freebsd-xiang-guan-shu-ji.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.
