command to restart DNS service
April 2, 2007 · Filed Under Web Hosting Control Panels
Hi,
can anybody provide me the command to start/stop/restart DNS service on Linux server?
Thanks,
Mike.
Comments
2 Responses to “command to restart DNS service”
Leave a Reply













hi Mike,
Start: /etc/rc.d/init.d/named start
Stop: /etc/rc.d/init.d/named stop
Restart: /etc/rc.d/init.d/named restart
check current status: /etc/init.d/named status
hope this may help you.
Thanks,
Kailash
Thanks Kailash,
That would help me alot.
Mike