inxi Command Examples in Linux

inxi is a command-line tool that can be used to print a summary of system information and resources for debugging purposes. It is a system information script that can display various information about the hardware and software configuration of a system. The information displayed by inxi is divided into several sections, including system information, hardware information, and network information.

inxi can display information about the CPU, memory, storage, and network devices on the system, as well as information about the operating system and kernel version. It can also display information about the installed graphics card, sound card, and other peripheral devices.

inxi is particularly useful for debugging hardware or software issues, or for gathering information about a system for troubleshooting or support purposes. It can be used by system administrators, support technicians, and developers to quickly gather important information about a system without having to manually gather the information from various sources.

inxi Command Examples

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

# inxi

2. Print a full description of CPU, memory, disk, network and process information:

# inxi -Fz

3. Print information about the distribution’s repository:

# inxi -r
Related Post