1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages.zh/linux/cpuid.md

16 lines
253 B
Markdown

# cpuid
> 显示有关所有 CPU 的详细信息.
> 更多信息: <http://etallen.com/cpuid.html>.
- 显示所有 CPU 的信息:
`cpuid`
- 仅显示当前 CPU 的信息:
`cpuid -1`
- 显示原始十六进制信息,不进行解码:
`cpuid -r`