Re: the location of dig and named

2013-08-28 Thread Jeremy C. Reed
On Wed, 28 Aug 2013, Nidal Shater wrote:

> when I typed digĀ  or named ,,, what is the location of the executable
> program dig and named is ?

Maybe one of these will help:

command -v dig 
type dig 
which dig 
whereis dig

command -v named
type named
which named
whereis named

There are many other ways to find out.

If you built from source, the default is /usr/local/bin/dig and 
/usr/local/sbin/named.  Unless you used --prefix (or --sbindir or 
--bindir).___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: the location of dig and named

2013-08-28 Thread Mike Hoskins (michoski)
-Original Message-

From: Nidal Shater 
Date: Wednesday, August 28, 2013 5:35 PM
To: "bind-users@lists.isc.org" 
Subject: the location of dig and named

>when I typed dig  or named ,,, what is the location of the executable
>program dig and named is ?

It will vary by platform, and you can ultimately control it via
./configure --bindir=/foo --sbindir=/bar.  Easiest thing to do is look at
the configure defaults or simply find / -type f -name {dig,named,etc}.

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: the location of dig and named

2013-08-28 Thread Chris Buxton
On Aug 28, 2013, at 2:35 PM, Nidal Shater  wrote:
> when I typed dig  or named ,,, what is the location of the executable program 
> dig and named is ?

Your answer can be found with this command, available on many operating systems:

which dig

or:

which named

Regards,
Chris Buxton

___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

the location of dig and named

2013-08-28 Thread Nidal Shater
when I typed dig  or named ,,, what is the location of the executable program 
dig and named is ?

  ___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users