Skip to content

Commit

Permalink
lscpu: add page
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrl authored Oct 21, 2017
1 parent 9896662 commit 3fcb746
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/linux/lscpu.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 3fcb746

Please sign in to comment.