Forrest logo
tool overview
On this page you find all important commands for the CLI tool inxi. If the command you are looking for is missing please ask our AI.

inxi

Inxi is a versatile and powerful command line tool used in Linux distributions to provide detailed system information. It gathers data about various hardware components, including the CPU, GPU, memory, storage devices, and network interfaces.

One of the main features of inxi is its ability to present information in a concise and readable format, making it easy to understand and analyze. It generates a detailed report on the system's hardware and software configuration.

Inxi can display information such as CPU model and speed, available memory, storage devices and their capacity, graphics card model and driver version, network interfaces and their IP addresses, and much more.

It also provides data on the system's uptime, kernel version, Linux distribution and release, and the desktop environment being used.

Inxi can be used to diagnose hardware issues by identifying problematic components or driver conflicts. It's particularly useful for troubleshooting graphics card or network interface problems.

The tool supports various command line options that allow users to customize the output and display specific information.

Inxi can be installed on most Linux distributions using package managers like apt or yum. It's a lightweight tool that doesn't require excessive system resources.

It is actively maintained and regularly updated, ensuring compatibility with new hardware and software updates.

Inxi is an open-source project and is made available under the GNU General Public License.

Overall, inxi is an essential command line utility for Linux users, system administrators, and support technicians, providing comprehensive and easily accessible system information.

List of commands for inxi:

  • inxi:tldr:2a4fb inxi: Print a full description of CPU, memory, disk, network and process information.
    $ inxi -Fz
    try on your machine
    explain this command
  • inxi:tldr:b9961 inxi: Print a summary of CPU, memory, hard drive and kernel information.
    $ inxi
    try on your machine
    explain this command
  • inxi:tldr:f94c1 inxi: Print information about the distribution's repository.
    $ inxi -r
    try on your machine
    explain this command
tool overview