From 1970f5474c52a39a52ed1b4c3457298d84d1b905 Mon Sep 17 00:00:00 2001 From: Max Xu Date: Thu, 28 Dec 2017 16:51:50 +0800 Subject: [PATCH] cpuid.md: add page (#1833) --- pages/linux/cpuid.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/cpuid.md diff --git a/pages/linux/cpuid.md b/pages/linux/cpuid.md new file mode 100644 index 000000000..24d7c7273 --- /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`