hosts 

Linux操作系统下/etc/hosts文件配置方法

    1. 关于/etc/host,主机名和ip配置文件     hosts - the static table lookup for host name(主机名查询静态表)     linux 的/etc/hosts是配置ip地址和其对应主机名的文件,这里可以记录本机的或其他主机的ip及其对应主机名。不同的linux版本,这个配置文件也可能不同。比如debian的对应文件是/etc/host...