Answers for "macos change hostname"

-1

modify a host file mac

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

change macos hostname

$ sudo scutil --set HostName newhostname
Posted by: Guest on May-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language