Basic Linux Commands to Check Hardware and System Information
<p>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.</p>
<p><img alt="" src="https://miro.medium.com/v2/resize:fit:770/0*Q25o574SYAYZnMOH" style="height:422px; width:700px" /></p>
<p>Photo by <a href="https://unsplash.com/@floriankrumm?utm_source=medium&utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Florian Krumm</a> on <a href="https://unsplash.com/?utm_source=medium&utm_medium=referral" rel="noopener ugc nofollow" target="_blank">Unsplash</a></p>
<h2>1. Printing Machine Hardware Name (uname –m uname –a)</h2>
<p>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.</p>
<p><a href="https://medium.com/technology-hits/basic-linux-commands-to-check-hardware-and-system-information-62a4436d40db"><strong>Click Here</strong></a></p>