How to Know the Linux machine hardware name

The command ‘uname’ help you to know the information of the system.

$ uname --all # Give you all the information of the system 
$ uname -m # Prints the machine hardware name 

References:
1) http://linux.about.com/library/cmd/blcmdl1_uname.htm

Unknown's avatar

Author: Abhilash

Hi, Iโ€™m Abhilash! A seasoned web developer with 15 years of experience specializing in Ruby and Ruby on Rails. Since 2010, Iโ€™ve built scalable, robust web applications and worked with frameworks like Angular, Sinatra, Laravel, Node.js, Vue and React. Passionate about clean, maintainable code and continuous learning, I share insights, tutorials, and experiences here. Letโ€™s explore the ever-evolving world of web development together!

Leave a comment