MacOS

From Dave-Wiki
Jump to navigation Jump to search

Get Serial Number

 system_profiler SPHardwareDataType | grep Serial

Get Hostname

 scutil --get HostName

Set Hostname

 sudo scutil --set HostName <new host name>