Answers for "where is the hosts file located in linux?"

2

linux hosts file

All operating systems with network support have a hosts file to translate
hostnames to IP addresses.

In linux OSs the file is located in /etc/hosts.
This is (sort of) like a DNS cache at the OS level.
Posted by: Guest on September-19-2021

Code answers related to "where is the hosts file located in linux?"

Browse Popular Code Answers by Language