Forrest logo
back to the inxi tool

inxi:tldr:2a4fb

inxi: Print a full description of CPU, memory, disk, network and process information.
$ inxi -Fz
try on your machine

The command "inxi -Fz" is used to fetch detailed system information on a Linux-based system.

Here's a breakdown of the options used:

  • "inxi": This is the name of the command/utility used to display system information in Linux.
  • "-F": This option specifies the "full" output mode for inxi. It displays an extensive range of information about the system.
  • "-z": This option enables the display of system information in a compact format, allowing the information to be presented in a concise manner.

By executing the "inxi -Fz" command, you will obtain a comprehensive overview of your system, including details about the CPU, memory, motherboard, graphics card, storage devices, network interfaces, and more.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the inxi tool