/etc/hostsとは

/etc/hosts って、中身何が入っているか?

etc/hostsの中身

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

ipとlocalhostのドメインでしょうか??

1. hostsとは?
-hosts(ホスト)とは? TCP/IPを利用するコンピュータにおけるホスト名のデータベースで、IPアドレスとホスト名の対応を記述したテキストファイル
-簡単に言えば、ホスト名からIPアドレス変換を行うファイル。

host名とは、localhostから、IPアドレス 127.0.0.1へ変換を行っている。

2. etc/hostsを編集
[vagrant@localhost ~]$ sudo vi /etc/hosts

127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6
192.168.111.111 hpscript.com

3. pingを打つ
[vagrant@localhost ~]$ ping hpscript.com
PING hpscript.com (192.168.111.111) 56(84) bytes of data.
From 172.31.6.113 icmp_seq=24 Destination Net Unreachable

ぬおおおおおおおおおおおおお