command to restart DNS service

April 2, 2007 · Filed Under Web Hosting Control Panels 


Hi,

You can start/stop/restart DNS service (named) via SSH using following commands:

To start DNS service (named) via SSH:
/etc/init.d/named start

To stop DNS service (named) via SSH:
/etc/init.d/named stop

To restart DNS service (named) via SSH:
/etc/init.d/named restart

To check current status:
/etc/init.d/named status

Please note, you will need root access of the server to restart DNS/named service.

Related Posts

  1. How To Start/Restart/Stop iptables and auto start at boot
  2. Reset MySQL root password WITHOUT existing root password
  3. eNom Launches RichContent Website Service
  4. Munin MySQL monitoring graph is not updating or blank

Comments

Leave a Reply

You must be logged in to post a comment.

Untitled Document