mirror of https://github.com/CrimsonTome/tldr.git
lscpu: add page
parent
9896662914
commit
3fcb746475
|
@ -0,0 +1,15 @@
|
||||||
|
# lscpu
|
||||||
|
|
||||||
|
> Displays information about the CPU architecture.
|
||||||
|
|
||||||
|
- Display information about all online CPUs:
|
||||||
|
|
||||||
|
`lscpu`
|
||||||
|
|
||||||
|
- Display information about offline CPUs:
|
||||||
|
|
||||||
|
`lscpu --offline`
|
||||||
|
|
||||||
|
- Display information in a table:
|
||||||
|
|
||||||
|
`lscpu --extended`
|
Loading…
Reference in New Issue