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
