Some common command equivalents are as follows:
Linux® command (Red Hat/Debian) | FreeBSD equivalent | Purpose |
---|---|---|
yum install
/
apt-get install
| pkg install
| Install package from remote repository |
rpm -ivh
/
dpkg -i
| pkg add
| Install local package |
rpm -qa
/ dpkg -l | pkg info | List installed packages |
lspci | pciconf | List PCI devices |
lsmod | kldstat | List loaded kernel modules |
modprobe | kldload
/ kldunload | Load/Unload kernel modules |
strace | truss | Trace system calls |
All FreeBSD documents are available for download at https://download.freebsd.org/ftp/doc/
Questions that are not answered by the
documentation may be
sent to <freebsd-questions@FreeBSD.org>.
Send questions about this document to <freebsd-doc@FreeBSD.org>.