mirror of https://github.com/CrimsonTome/tldr.git
lscpu: add page (#1565)
commit
73ccd75a6e
|
@ -0,0 +1,15 @@
|
||||||
|
# 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`
|
Loading…
Reference in New Issue