diff --git a/pages/linux/inxi.md b/pages/linux/inxi.md index 2fca1b4b29..a1bfc8bf13 100644 --- a/pages/linux/inxi.md +++ b/pages/linux/inxi.md @@ -7,10 +7,30 @@ `inxi` -- Print a full description of CPU, memory, disk, network and process information: +- Print a full description of CPU, memory, disk, network, and process information and filter sensitive information: -`inxi -Fz` +`inxi --expanded --filter` -- Print information about the distribution's repository: +- Print a summary of CPU information: -`inxi -r` +`inxi --cpu` + +- Print a summary of graphics information: + +`inxi --graphics` + +- Print a summary of system RAM: + +`inxi --memory` + +- Print a summary of system audio: + +`inxi --audio` + +- Print available sensor data: + +`inxi --sensors` + +- Print information about the distribution's repositories: + +`inxi --repos`