FreeBSD How Do I: A FreeBSD Q&A

Revision as of 14:23, 4 December 2020 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

User Questions

Q: Find a file

A: Issue the command:

find / -name filename

Q: Flush dnsmasq dns cache

A: Issue the command:

/usr/local/sbin/dnsmasq restart

Q: Determine FreeBSD version

A: Issue the command:

uname -r; freebsd-version

Q: Show what you currently have installed via packages

A: Issue the command:

pkg info

Q: Install a package into your FreeBSD system

A: Issue the command:

pkg install [package] 

and to remove

pkg remove [package]
Last modified on 4 December 2020, at 14:23