Re: xemacs under version 2.3.3
Re: xemacs under version 2.3.3
- Subject: Re: xemacs under version 2.3.3
- From: dp <email@hidden>
- Date: Mon, 18 May 2009 19:08:59 -0700
Brandon Allbery wrote:
On May 18, 2009, at 15:48 , Samuel Isaacson wrote:
dig `hostname -s` 172.16.2.5 gives
Shouldn't this be "dig @172.16.2.5 `hostname -s`"? And likewise for the
others.
dig doesn't care about the order of the arguments but does need the @ before the
server ID so it knows what its context is. The following are equivalent:
dig `hostname -s` @xxx.xxx.xxx.xxx
dig @xxx.xxx.xxx.xxx `hostname -s`
and
dig @localhost `hostname -s`
dig `hostname -s` @127.0.0.1
And of course hostname -s is not a universal invocation for hostname - it is
invalid on Solaris, for example.
dp
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden