Answers for "host file on mac location"

4

mac host file

sudo nano /etc/hosts
sudo killall -HUP mDNSResponder
Posted by: Guest on March-19-2021
1

path to hostfile mac

ON MAC:

cd /etc/

read file:

cat hosts
Posted by: Guest on December-10-2021
-1

modify a host file mac

sudo vim /etc/hosts
sudo killall -HUP mDNSResponder
Posted by: Guest on December-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language