When I run it, it appears to be the default. scutil --get HostName
You get:
HostName: not set
In the manual scutil
The contents are as follows:
HostName The name associated with the hostname (1) and gethostname (3).
While still running scutil
it reports HostName
Not set. It’s simply running. hostname
Report correctly:
In-MacBook-Pro.local
why? is hostname
and scutil --get HostName
Isn’t it relevant after all? And should you be worried about anything? Do I need to set it up? HostName
at last?