Address already in use

Jim Reid jim at mpn.cp.philips.com
Wed Aug 18 18:19:04 UTC 1999


>>>>> "Sam" == Sam Shteingart <samsh at ms.com> writes:

    Sam> I checked the documentation, but could not find anything
    Sam> about "controls statement".  Could someone please point me in
    Sam> the right direction?

Did you try doc/html/controls.html? Here's an example to give you the
general idea:

	/*
	 * Control socket permissions. Let Jim manage his name
	 * server without needing to be root all the time.
	 */
	controls {
	        unix "/var/run/ndc" perm 0600 owner 100 group 100;
	};

% ls -ls /var/run/ndc
0 srw-------  1 jim  user  0 Aug 16 17:15 /var/run/ndc


More information about the bind-users mailing list