One thing that I’ve noticed and appreciated about FreeBSD is that it is a monolithic project. In Linux, you have the kernel and then all of the user space stuff that is part of a distribution. Sometimes, it just seems strange to have these different parts being updated with one command. FreeBSD does it differently. freebsd-update fetch gets the updates for the OS and pkg update gets them for the installed packages.
Read More