FreeBSD How Do I: A FreeBSD Q&A: Difference between revisions
Jump to navigation
Jump to search
Created page with "== User Questions == === Q: Find a file === A: Issue the command: find / -name filename Category:Computer_Technology Category:Linux Category:FreeBSD" |
No edit summary |
||
Line 2: | Line 2: | ||
=== Q: Find a file === | === Q: Find a file === | ||
A: Issue the command: find / -name filename | A: Issue the command: find / -name filename | ||
=== Q: Flush dnsmasq dns cache === | |||
A: Issue the command: /usr/local/sbin/dnsmasq restart | |||
Revision as of 07:52, 19 January 2017
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