1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-16 12:15:24 +02:00
tldr/pages/linux/cpuid.md
2025-07-04 20:53:20 +05:30

16 lines
302 B
Markdown

# cpuid
> Display detailed information about all CPUs.
> More information: <https://manned.org/cpuid.1>.
- Display information for all CPUs:
`cpuid`
- Display information only for the current CPU:
`cpuid {{[-1|--one-cpu]}}`
- Display raw hex information with no decoding:
`cpuid {{[-r|--raw]}}`