Difference between revisions of "FreeBSD How Do I: A FreeBSD Q&A"
From Free Knowledge Base- The DUCK Project: information for everyone
(Created page with "== User Questions == === Q: Find a file === A: Issue the command: find / -name filename Category:Computer_Technology Category:Linux Category:FreeBSD") |
|||
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 08: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