要開始使用,請開啟 /Applications/Utilities/ 中的終端應用程序,或使用 Spotlight 啟動終端。進入命令列後,輸入以下命令以取得有關目前Mac 硬體和系統軟體的大量資訊:
system_profiler SPSoftwareDataType SPHardwareDataType
#點擊回車,您將會看到一個易於閱讀的輸出,其中列出了有關Mac 的各種方便的系統信息,如下所示:
$ system_profiler SPSoftwareDataType SPHardwareDataType
#Software:
#System Software Overview:
Kernel Version: Darwin 21.2.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: M1 MacBook Pro
User Name : Paul Horowitz (Paul)
Secure Virtual Memory: Enabled
System Integrity Protection: Enabled
Time since boot: 35 days 17:14
Model Name: MacBook ProModel Identifier: MacBookPro17,1<br>Chip: Apple M1<br>Total Number of Cores : 8 (4 performance and 4 efficiency)<br>Memory: 16 GB<br>System Firmware Version: 7429.61.2<br>OS Loader Version: 7429.61.2<br>Serial Number (system): C20JJ9PAQRSware# UUID: B571BB30-C8C9-DF83-312F-D8C265617512<br>Provisioning UDID: 000000042-0009847128944E<br>Activation Lock Status: Enabled<br><br>
從這些資訊可以看出,Mac 是一台M1 MacBook Pro,具有16GB RAM,運行macOS Monterey 12.1 正常啟動並啟用了SIP,系統正常運行時間長達一個月。
這可能足以滿足您的系統資訊需求,但如果您想檢索有關 Mac 的更多數據,您也可以找到更多可用的系統信息,可能是關於網絡或內部存儲的信息。
使用以下指令查看system_profiler 可用的資料類型的完整清單:
system_profiler -listDataTypes目前system_profiler 資料類型包含以下選項:
SPParallelATADataType
SPUniversalAccessDataTypeSPSecureElementDataType<br>SPApplicationsDataType<br>SPAudioDataType<br>SPBluetoothDataType<br>SPCameraDataType<br>SPCardReaderDataType##SPDataBridgeDataType<br>SPCameraDataType<br>SPCardReaderDataType>Type>PridgeDataTypeTypecc>#PicDataType>##SPPvelDataType<br>SPCardReaderDataType>Type>PridgeDataTypeType00 ##SPDiscBurningDataType<br>SPEthernetDataType<br>SPExtensionsDataType<br>SPFibreChannelDataType<br>SPFireWireDataType<br>SPFirewallDataType<br>SPFontsDataType<br>SPFrameworksDataType<br>SPDisplaysDataType<br>SPHardwareDataType<br>SPInstallHistoryDataType<br>SPInternationalDataType<br> SPLegacySoftwareDataType<br>SPNetworkLocationDataType<br>SPLogsDataType<br>SPManagedClientDataType<br>SPMemoryDataType<br>SPNVMeDataType<br>SPNetworkDataType<br>#SPPCIData#cPTypeSP ##SPConfigurationProfileDataType<br>SPRawCameraDataType<br>SPSASDataType<br>SPSerialATADataType<br>SPSPIDataType<br>SPSmartCardsDataType<br>SPSoftwareDataType<br>SPStartupItemDataTypefType SPNetworkVolumeDataType<br>SPWWANDataType<br>SPAirPortDataType<br><br><br>#只需將資料類型附加到system_profiler 命令字串並執行它即可取得有關該特定資料類型的資訊。 <br>
以上是如何透過終端找到全面的 Mac 系統信息的詳細內容。更多資訊請關注PHP中文網其他相關文章!