From 6dcad34ab55f54e62605b71ada0e38b1bbf8f23c Mon Sep 17 00:00:00 2001 From: steffenknott Date: Wed, 21 Jan 2015 22:27:54 +0100 Subject: [PATCH] Update commands.md Added system update/upgrade commands to software section. --- commands.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands.md b/commands.md index 572eda6..8622711 100644 --- a/commands.md +++ b/commands.md @@ -85,6 +85,11 @@ pkg info # show list of currently installed ports pkg version # show which ports/packages are outdated and need an update pkg upgrade # upgrade a packages pkg which # find out which package installed a given file + +# System +freebsd-update fetch # fetch updates from server +freebsd-update -r upgrade # fetch upgrades to specified version (e.g. '10.1-RELEASE') from server +freebsd-update install # install downloaded updates/upgrades ``` # Services