
system_profiler
List of commands for system_profiler:
-
system_profiler:ai:0e09c what all you can do$ system_profilertry on your machineexplain this command
-
system_profiler:ai:2bda2 wrong$ system_profiler SPSoftwareDataTypetry on your machineexplain this command
-
system_profiler:ai:9c218 This command retrieves the current resolution settings for the display.$ system_profiler SPDisplaysDataType | grep Resolutiontry on your machineexplain this command
-
system_profiler:tldr:4e6a2 system_profiler: Display a full system profiler report which can be opened by System Profiler.app.$ system_profiler -xml > MyReport.spxtry on your machineexplain this command
-
system_profiler:tldr:a2de5 system_profiler: Print the system serial number.$ system_profiler SPHardwareDataType|grep "Serial Number (system)" | awk '{ print $4 }'try on your machineexplain this command
-
system_profiler:tldr:d9193 system_profiler: Display a hardware overview (Model, CPU, Memory, Serial, etc).$ system_profiler SPHardwareDataTypetry on your machineexplain this command