mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 08:22:09 +02:00
15 lines
252 B
Markdown
15 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`
|