| Securing and Optimizing Linux: RedHat Edition -A Hands on Guide | ||
|---|---|---|
| Prev | Chapter 9. Files -Networking Functionality | Next | 
This file specifies how names are resolved. Linux uses a resolver library to obtain the IP address corresponding to a host name. Following is a sample /etc/host.conf file:
| 
           # Lookup names via DNS first then fall back to /etc/hosts.
           order bind,hosts     | 


