PDA

View Full Version : How do I restart bind?


ST_Admin
05-15-2005, 08:34 AM
It is simple to restart bind if you are running windows, go to control panel, admin tools, services and you can restart it as a service. Alternatively you can do it from the command line by just typing it in again.

recon 16
11-13-2005, 07:10 AM
what is bind

root
05-09-2006, 03:13 AM
Bind is a DNS name service...


to restart bind whilst running LINUX
just go to the terminal window and type
/etc/init.d/bind stop
/etc/init.d/bind start