How Can I Find My System Architecture Information On Windows And Also On Linux
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
How Can I Find My System Architecture Information On Windows And Also On Linux
I WANT TO CHECK MY SYSTEM ARCHITECTURE TO INSTALL THE SOFTWARE BUT I DID NOT KNOW HOW TO FIND THE SYSTEM ARCHITECTURE INFORMATION ON WINDOWS AND ALSO ON LINUX.
I'm not 100% sure I know what you mean but I think this is what you want. Open up a terminal and give the command
Code:
cat /proc/cpuinfo
That will tell you all about your processor. You can also find out other things about your computer by using the 'cat' command on the various files in the /proc directory.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.