Files
cheatsheet-tldr/tldr/linux/cpuid
2025-07-05 00:19:48 +00:00

22 lines
394 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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]}}`