1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 23:22:07 +02:00
tldr/pages/linux/lscpu.md
2021-08-16 12:34:01 +02:00

16 lines
300 B
Markdown

# lscpu
> Displays information about the CPU architecture.
> More information: <https://manned.org/lscpu>.
- 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`