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`