mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 08:50:57 +00:00
Update cheatsheets
This commit is contained in:
21
linux/lscpu
Normal file
21
linux/lscpu
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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`
|
||||
Reference in New Issue
Block a user