1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/linux/lscpu.md
Starbeamrainbowlabs 83d6f4528d Update lscpu.md
2017-10-22 10:09:16 +01:00

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`