Mac: How to change the computer name or host name in terminal?
Mar 26, 2019 - by kurinchilamp / / Post Comment
To change the host name in Mac Terminal window, type
$ sudo scutil --set HostName
To change the computer name that appears in Mac Terminal, type
$ sudo scutil --set ComputerName
Flush DNS cache
$ dscacheutil -flushcache
Continue Reading