Part I of the OpenBSD Handbook introduces the fundamental concepts and procedures necessary to begin using OpenBSD effectively. It is intended for both newcomers and experienced users seeking a structured overview of the system’s core functionality.
This section includes:
Introduction
A concise history and overview of the OpenBSD project, its goals, and its development model.Installing OpenBSD
Instructions for preparing installation media, performing both interactive and unattended installations, and understanding disk setup.OpenBSD Basics
Guidance on initial system use, including login procedures, navigating the filesystem, managing users, and understanding OpenBSD’s security model.System Configuration
An overview of key system configuration tools such assysctl
,rcctl
, andwsconsctl
, along with explanations of important configuration files in/etc
.Networking
Step-by-step instructions for configuring network interfaces, enabling wired and wireless connectivity, and setting up IPv6.Managing Software: Packages and Ports
How to install and manage software packages withpkg_add
, and an introduction to the OpenBSD ports tree.The X Window System
Configuration of graphical environments usingxenodm
orstartx
, including desktop environments, font handling, and display drivers.