Files
tldr/pages.zh/osx/system_profiler.md
2021-11-14 20:45:59 +01:00

17 lines
448 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# system_profiler
> 报告系统硬件和软件配置。
> 更多信息:<https://ss64.com/osx/system_profiler.html>.
- 显示可由 System Profiler.app 打开的完整系统资源报告:
`system_profiler -xml > MyReport.spx`
- 显示硬件概述型号、CPU、内存、串行等
`system_profiler SPHardwareDataType`
- 打印系统序列号:
`system_profiler SPHardwareDataType|grep "Serial Number (system)" |awk '{print $4}'`