cpuid.md: add page (#1833)
This commit is contained in:
15
pages/linux/cpuid.md
Normal file
15
pages/linux/cpuid.md
Normal file
@@ -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`
|
Reference in New Issue
Block a user