Probing for hardware information

Command Line – Hardware Information

© Lead Image © Pei Ling Hoo, 123RF.com

© Lead Image © Pei Ling Hoo, 123RF.com

Article from Issue 253/2021
Author(s):

A quick guide to 10 command-line tools to help you find hardware information.

If you need hardware information, where do you turn? You might have the box and a Quick Start Guide, but chances are they're lost in the back of some closet. More detailed information is probably available online but is not much use without the model number. The simplest source is your system itself, which has plenty of commands – including basic ones such as grep and ls – to pry out the information you need from the niche where it resides. Many echo the basic ls command in their name, and many have two or more levels of verbosity, each one giving more detailed information than the last. But whatever the name or structure of the command, each unlocks an often untapped cache of information. Most of the time, you will want to pipe the commands through less (adding | less at the end of the command), and in some cases you will need to log in as root to access the information.

uname

Using uname provides a high-level view of both the hardware and software on the system. With the -a option, it gives the following information in this order: kernel name, host name, kernel release, kernel version (such as Debian 4.19.194-3 (2021-07-18)), hardware type, hardware architecture, and operating system. Each of these pieces of information can be displayed by itself with a specific option of its own, but because the options often have no relation to the information, it is easier to simply remember uname -a. With no option, uname simply lists the operating system (Figure 1).

lspci

For a brief summary of all PCI buses, type the bare command. For more detail, add a level of verbosity from -v to -vvv. For hexadecimal dumps, there are also four levels of detail, from -x to -xxxx.

[...]

Use Express-Checkout link below to read the full article (PDF).

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • Command Line: System Info

    The command line provides a plethora of information that you cannot obtain from the desktop.

  • I-Nex

    I-Nex is a graphical tool that quickly gives you a detailed overview of the hardware installed in your computer.

  • Where Did It Go?

    To write low-level scripts, as an admin, you need to know whether you are currently on a physical or a virtual machine. Charly finds out with a couple of clever hacks.

  • Inxi

    The inxi command-line tool provides useful information from the depths of the system.

  • inxi-gui

    Inxi gives users a comprehensive inventory of their system hardware – but only at the command line. Inxi-gui, a graphical front end, makes things a little more convenient.

comments powered by Disqus