BSD Unix

From PedrosBrainDump
Revision as of 22:24, 6 October 2024 by 413vhcu1lq0463ob (talk | contribs) (Created page with "== FreeBSD == === Some usefull commands === * freebsd-version - returns the version of the os running (do not trust in /etc/*release this file is updated only on reboot) === Patch update === This will download what is needed freebsd-update fetch This will install what was downloaded freebsd-update install === Release update === This will download what is needed freebsd-update -r RELEASE-VERSION upgrade Reboot the OS And then install everything freebsd-update in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

FreeBSD

Some usefull commands

  • freebsd-version - returns the version of the os running (do not trust in /etc/*release this file is updated only on reboot)

Patch update

This will download what is needed

freebsd-update fetch 

This will install what was downloaded

freebsd-update install

Release update

This will download what is needed

freebsd-update -r RELEASE-VERSION upgrade

Reboot the OS

And then install everything

freebsd-update install