• 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. sxiv: command not found
  2. How to install and configure “setroubleshootd” on CentOS/RHEL
  3. lvremove failing to remove volume after using ‘shred’ command
  4. pacman-key: command not found
  5. archivemount Command in Linux
  6. “git effort” Command Examples
  7. How to persistently set nr_requests using UDEV rules
  8. funzip: Print the content of the first (non-directory) member in an archive without extraction
  9. clamscan: A command-line virus scanner
  10. gh help: Display help about the GitHub CLI command

You May Also Like

Primary Sidebar

Recent Posts

  • gixy Command Examples
  • gitsome Command Examples
  • gitmoji Command Examples
  • gitlint Command Examples

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright