1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 08:46:00 +02:00
tldr/pages/linux/inxi.md
2025-03-07 13:48:24 +02:00

765 B

inxi

Print a summary of system information and resources for debugging purposes. More information: https://manned.org/inxi.

  • Print a summary of CPU, memory, hard drive and kernel information:

inxi

  • Print a full description of CPU, memory, disk, network, and process information and filter sensitive information:

inxi {{[-ez|--expanded --filter]}}

  • Print a summary of CPU information:

inxi {{[-C|--cpu]}}

  • Print a summary of graphics information:

inxi {{[-G|--graphics]}}

  • Print a summary of system RAM:

inxi {{[-m|--memory]}}

  • Print a summary of system audio:

inxi {{[-A|--audio]}}

  • Print available sensor data:

inxi {{[-s|--sensors]}}

  • Print information about the distribution's repositories:

inxi {{[-r|--repos]}}