Which of the following lines are valid in the file /etc/hosts? (Choose TWO correct answers.)
A.
2001:db8::15 www.example.com www
B.
www.example.com www 203.0.13.15
C.
203.0.113.15 www.example.com www
D.
www.example.com,www 203.0.13.15,2001:db8::15
E.
2003.0.113.15,2001:db8::15 www.example.com www
題解
「/etc/hosts」檔案用來進行IP位址和主機名稱的對應。每行表示一個對應,擁有至少兩個欄位,欄位之間用空格分隔。第一個欄位是IP位址,第二個欄位是主機名稱,第三個欄位之後都是主機別名。所以答案是選項A和選項C。