mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-12 04:54:52 +03:00
16 lines
252 B
Markdown
16 lines
252 B
Markdown
# lscpu
|
|
|
|
> Displays information about the CPU architecture.
|
|
|
|
- Display information about all CPUs:
|
|
|
|
`lscpu`
|
|
|
|
- Display information in a table:
|
|
|
|
`lscpu --extended`
|
|
|
|
- Display only information about offline CPUs in a table:
|
|
|
|
`lscpu --extended --offline`
|