• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

inxi Command Examples in Linux

by admin

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

Filed Under: Linux

Some more articles you might also be interested in …

  1. debsecan: command not found
  2. “docker login” Command Examples
  3. Linux OS Service ‘network’
  4. slapt-get: command not found
  5. dconf Command Examples in Linux
  6. pkcon: command not found
  7. guix package Command Examples in Linux
  8. gdalbuildvrt: Build Virtual Datasets from a list of existing datasets
  9. How to Install apt-utils with apt-get?
  10. gcov: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright