[ale] DNS
Christopher Ness
mness215 at comcast.net
Wed Sep 15 20:24:01 EDT 2004
On 09/15/2004 09:03 am, Jeff Hubbs scratched his head, bit his pencil and
wrote:
> But Jim - *NIX also gives us symlinks!
>
> ln -s /etc/resolv.conf /etc/resolve.conf
Don't even need to go that far, do it with hard links:
ln /etc/resolv.conf /etc/resolve.conf
Basicaly, that way you have two handles on the same file rather than go
through a lookup/referral routine. Should save you some nanoseconds. Just
make sure that if you ever delete it, you delete your link. Any program
relying on the file will look for resolv.conf .
Or, you can do a shell alias in bashrc|bash.profile or your shell's rc script.
>
> - Jeff
>
> On Wed, 2004-09-15 at 08:22, James P. Kinney III wrote:
> > On Tue, 2004-09-14 at 23:52, Jeff Hubbs wrote:
> > > Just a minor correction - that's /etc/resolv.conf (no "e").
> >
More information about the Ale
mailing list