diff --git a/pages/linux/lscpu.md b/pages/linux/lscpu.md new file mode 100644 index 000000000..161bb68c1 --- /dev/null +++ b/pages/linux/lscpu.md @@ -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`