From 057c8bf26d381325900fb61a24452c46f89bb760 Mon Sep 17 00:00:00 2001 From: Jesse Smith Date: Wed, 2 May 2018 02:45:08 -0300 Subject: [PATCH] inxi: add page (#2086) --- pages/linux/inxi.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/inxi.md diff --git a/pages/linux/inxi.md b/pages/linux/inxi.md new file mode 100644 index 0000000000..aef106fd16 --- /dev/null +++ b/pages/linux/inxi.md @@ -0,0 +1,11 @@ +# inxi + +> Print a summary of system information and resources for debugging purposes. + +- Print a short summary of CPU, memory, hard drive and kernel information: + +`inxi` + +- Print a full description of CPU, memory, disk, network and process information: + +`inxi -Fz`