On Fri, Sep 05, 2014 at 06:13:28PM -0400, Podrigal, Aron wrote:
> So yes, host does not look in /etc/hosts by default.

It never looks in /etc/hosts, as others have pointed out, host(1) only checks
DNS.

When a program wants to resolve a host, it does so using some system calls that
may or may not check DNS, and might check other things before or after DNS.
What is checked, and in what order, is defined in /etc/nsswitch.conf.

If you want to resolve a host and want to get the answer the system will give
you (irrespective of DNS), try

        getent hosts some-hostname


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140907182905.ga4...@bryant.redmars.org

Reply via email to