mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-03 16:53:30 +02:00
16 lines
326 B
Markdown
16 lines
326 B
Markdown
# lscpu
|
|
|
|
> Display information about the CPU architecture.
|
|
> More information: <https://manned.org/lscpu>.
|
|
|
|
- Display information about all CPUs:
|
|
|
|
`lscpu`
|
|
|
|
- Display information in a table:
|
|
|
|
`lscpu {{[-e|--extended]}}`
|
|
|
|
- Display only information about offline CPUs in a table:
|
|
|
|
`lscpu {{[-e|--extended]}} {{[-c|--offline]}}`
|