Answers for "where hosts file"

4

hosts file

// windows
notepad C:\windows\system32\drivers\etc\hosts
// mac and linux
sudo nano /etc/hosts
Posted by: Guest on June-21-2021
2

where are host file

File host:
Windows 10 – “C:\Windows\System32\drivers\etc\hosts”
Linux – “/etc/hosts”
Mac OS X – “/private/etc/hosts”
Posted by: Guest on October-25-2020

Browse Popular Code Answers by Language