Create cpuid.md
This commit is contained in:

committed by
Starbeamrainbowlabs

parent
d741817815
commit
a02c5d897a
15
pages.zh/linux/cpuid.md
Normal file
15
pages.zh/linux/cpuid.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# cpuid
|
||||||
|
|
||||||
|
> 显示有关所有 CPU 的详细信息.
|
||||||
|
|
||||||
|
- 显示所有 CPU 的信息:
|
||||||
|
|
||||||
|
`cpuid`
|
||||||
|
|
||||||
|
- 仅显示当前 CPU 的信息:
|
||||||
|
|
||||||
|
`cpuid -1`
|
||||||
|
|
||||||
|
- 显示原始十六进制信息,不进行解码:
|
||||||
|
|
||||||
|
`cpuid -r`
|
Reference in New Issue
Block a user