From 8a6112fb0b225251747fe131d82de42b3216ec03 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 9 Feb 2025 09:24:24 +0200 Subject: [PATCH] inxi: add examples (#15667) Co-authored-by: Juri Dispan --- pages/linux/inxi.md | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) 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`