Files
tldr/pages.zh/linux/cpuid.md

16 lines
253 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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