Quantcast
Viewing all articles
Browse latest Browse all 11

Answer by user67806 for OS X computer name not matching what shows on terminal

I agree that Jeffrey Hoover's tip was the correct answer. Flushing the DNS cache and restarting the Mac is a nice step too. This is variant of Jeff Hoover's reply:

sudo -i
Password:

for n in HostName ComputerName LocalHostName; do
    scutil --set $n new_hostname
done

exit

Viewing all articles
Browse latest Browse all 11

Trending Articles