FreeBSD VS. Debian Linux

I’m switching job these days, and they use FreeBSD at my new workplace . I’ll update this post with various stuff I have to dig up(stuff related to cli, package management and so on).

Debian                               FreeBSD
dpkg -l                               pkg_info
dpkg -L [pkg]                    pkg_info -xL [pkg]
deluser / userdel             rmuser

lspci                                  pciconf -lv

cat /proc/cpuinfo           sysctl -a | egrep -i ‘hw.machine|hw.model|hw.ncpu’

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

This site uses Akismet to reduce spam. Learn how your comment data is processed.