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. Munin MySQL monitoring graph is not updating or blank
  3. eNom Launches RichContent Website Service
  4. few commands for cPanel/WHM
  5. What is FSCK?

Comments

Leave a Reply

You must be logged in to post a comment.

Untitled Document