It turns out dnsmasq is installed, but not in etc: ~$ sudo /etc/init.d/dnsmasq restart [sudo] password for denis: sudo: /etc/init.d/dnsmasq: command not found
$ which dnsmasq /usr/sbin/dnsmasq $ /usr/sbin/dnsmasq restart dnsmasq: junk found in command line I tried to read the man page, but like so much of this subject it might as well be Greek. Besides, the man page is long enough to be a Doctoral thesis. I think there is no use to discussing this subject with me, as I do not understand Greek. Thanks for your valiant efforts, though. If the issue comes up again I will seek out your and anybody else's expert advice. Thanks again, -Denis On Mon, Sep 18, 2017 at 12:12 PM, Mike C. <[email protected]> wrote: > On 9/18/17 12:00 PM, [email protected] wrote: > > /etc/rc.d/init.d/nscd restart > > bash: /etc/rc.d/init.d/nscd: No such file or directory > > > > I am running Ubuntu 16.04. > > > > -Denis > It's most likely that nscd is not installed. I don't run Ubuntu, so I > don't know what apps & daemons are installed and run at startup by > default. You can try these other commands. I think dnsmasq might be > installed and run at startup by default on Ubuntu. > > sudo /etc/init.d/dns-clean restart > > sudo /etc/init.d/networking force-reload > > *To flush dnsmasq dns cache:* > > sudo /etc/init.d/dnsmasq restart > > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
