Intro This one will show you (and future me) how to change the name of my Mac quickly on the Terminal. We user the command line utility that comes built-in macOS scutil. scutil – Manage system configuration parameters The How-To The relevant portion of man scutil says: --get pref Retrieves the specified preference. The current value will be reported on standard output. Supported preferences include: ComputerName The user-friendly name for the system. LocalHostName The local (Bonjour) host n...