diff --git a/pages/linux/cpuid.md b/pages/linux/cpuid.md new file mode 100644 index 0000000000..24d7c72731 --- /dev/null +++ b/pages/linux/cpuid.md @@ -0,0 +1,15 @@ +# cpuid + +> Display detailed information about all CPUs. + +- Display information for all CPUs: + +`cpuid` + +- Display information only for the current CPU: + +`cpuid -1` + +- Display raw hex information with no decoding: + +`cpuid -r`