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 http://ftp.FreeBSD.org/pub/FreeBSD/doc/
Questions that are not answered by the
documentation may be
sent to <[email protected]>.
Send questions about this document to <[email protected]>.