system_profiler: update page (#10477)

* system_profiler: update page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Teodor Muraru 2023-08-09 17:39:29 +03:00 committed by GitHub
parent 115cd8de33
commit 92205fee9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 3 deletions

View File

@ -3,13 +3,17 @@
> Report system hardware and software configuration.
> More information: <https://ss64.com/osx/system_profiler.html>.
- Display a full system profiler report which can be opened by System Profiler.app:
- Display a report with specific details level (mini [no personal information], basic or full):
`system_profiler -detailLevel {{level}}`
- Display a full system profiler report which can be opened by `System Profiler.app`:
`system_profiler -xml > MyReport.spx`
- Display a hardware overview (Model, CPU, Memory, Serial, etc):
- Display a hardware overview (Model, CPU, Memory, Serial, etc) and software data (System, Kernel, Name, Uptime, etc):
`system_profiler SPHardwareDataType`
`system_profiler SPHardwareDataType SPSoftwareDataType`
- Print the system serial number: