Basic Linux Commands to Check Hardware and System Information

Once the Linux kernel initializes, it enumerates all hardware components. There are plenty of commands to check information about the hardware of a Linux system. Some commands report only specific hardware components like CPU or memory while the rest cover multiple hardware units.

Photo by Florian Krumm on Unsplash

1. Printing Machine Hardware Name (uname –m uname –a)

Using the -m switch with the uname command prints the hardware name of our machine. If we want the uname command to print all the information mentioned above, we can use the command with all the switches.

Click Here

Tags: Commands Linux