Sunday, June 5, 2011

Find Out CPU Architecture Information on Linux


 You can use /proc/cpuinfo file or use the lscpu command to get info about CPU architecture.

$ less /proc/cpuinfo

Or

$ lscpu

No comments:

Post a Comment