Change Mac OS hostname
The hostname command was still displaying 'pc14.home' although I did change it in the System Preferences | Sharing panel where it was name 'myimac.local'.
Using:
The solution I found to change it for good is to use
Using:
sudo hostname myimac
only changes it in the current shellThe solution I found to change it for good is to use
sudo scutil --set HostName "myimac"