This cheatsheet summarizes common OpenBSD administration tasks with concise commands. Commands use $ for the unprivileged user and # for the superuser. Use doas(1) to escalate privileges and configure it via doas.conf(5) . Privilege escalation # First-time setup from the documented example: $ doas cp /etc/examples/doas.conf /etc/doas.conf # seed config from example Grant cached auth for wheel: permit persist keepenv :wheel Test: $ doas id # run a simple command via doas Packages # Package too...