1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 17:42:07 +02:00
tldr/pages/linux/cpuid.md
2017-12-28 14:21:50 +05:30

15 lines
224 B
Markdown

# 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`