Is this the official FreeBSD Handbook? #
No. This is an independent, task-oriented companion. The authoritative documentation is the official FreeBSD Handbook .
Which releases does a guide support? #
Every technical page displays an Applies to line. Tested on is shown only when the complete procedure was exercised. Do not assume that a procedure applies to an older or newer release that is not listed.
Is pkg upgrade the same as a FreeBSD update?
#
Usually not. On a traditional distribution-set installation, pkg upgrade updates third-party packages while freebsd-update maintains the base system. A pkgbase installation also manages base-system packages with pkg. See Update, upgrade, or update packages?
.
Where should a persistent setting go? #
Runtime kernel settings normally use /etc/sysctl.conf, loader tunables use /boot/loader.conf, and service settings use /etc/rc.conf. See Make a system setting persistent
for the decision process.
Can FreeBSD be used as a desktop or laptop system? #
That depends on the exact graphics, Wi-Fi, audio, suspend, browser, and application requirements. A model name alone is not enough evidence. Begin with the desktop and laptop hardware preflight , then prove one maintainable desktop baseline .
Is a ZFS snapshot a backup? #
Not by itself. A snapshot normally remains dependent on its source pool. The ZFS operations guide separates local history, independent replication, restore testing, integrity, and redundancy.
Should a workload run in a jail or a virtual machine? #
A jail shares the FreeBSD host kernel. A bhyve virtual machine supplies another kernel and a machine-shaped boundary at higher operational cost. See Choose a jail or a bhyve virtual machine .
Should packages use the quarterly or latest branch? #
The branch is a system-wide maintenance policy, not a per-package preference. Quarterly favors fewer changes; latest follows the current ports package set more closely. See Choose the quarterly or latest package branch .
Is the Linux compatibility layer the same as a Linux container? #
No. It supplies a Linux binary ABI and userland environment on the FreeBSD kernel; it does not supply Linux cgroups, namespaces, or a Linux kernel. See Run a Linux binary with the compatibility layer .
Is a custom kernel normally required? #
No. GENERIC plus a documented module, runtime setting, or loader tunable usually has the simpler update and recovery path. A custom kernel needs a stated requirement, matching source, compatible modules, a rebuild owner, and a known-good fallback. See Choose a custom kernel, module, or loader setting .
Is a serial login the same as a recovery console? #
No. A login normally appears only after the kernel and init are running. A recovery console may also need firmware, loader, early kernel, and single-user access. See Configure a serial console for recovery
.
Can a Windows application run without a Windows virtual machine? #
Sometimes. Wine can run compatible Windows applications through FreeBSD host interfaces, but it does not provide a Windows kernel, driver model, or security sandbox. See Run Windows applications with Wine .
Should a small server use CUPS or lpd? #
That depends on clients, protocols, driver requirements, discovery, and administrative surface. The base lpd service can fit a small explicit queue; packaged CUPS provides IPP-oriented client and driver integration with additional service and web-interface boundaries. See Choose and configure a printing stack
.
Does enabling security auditing record everything? #
No. Audit coverage depends on selected events, instrumented paths, login attribution, trail storage, and review. Broad collection can also capture sensitive data and exhaust storage. See Audit security-relevant activity .
How is an error or concern reported? #
Select Report a bug in the footer. The link reveals the project’s email address. It can be used for technical corrections, complaints, and other concerns about this independent project.
For a FreeBSD question, port problem, or reproducible operating-system defect, use the documentation and support channel guide . The footer link contacts only this independent handbook; it does not contact the FreeBSD Project or create a FreeBSD problem report.