View Single Post

  #1 (permalink)  
Old 04-22-2008, 02:57 AM
raj raj is offline
Contributors
User
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 151
Rep Power: 4
raj is on a distinguished road
Default How to check CPU Numbers in Linux

To display number of CPU in system type the following command:
Code:
grep processor /proc/cpuinfo
You can always obtain more information about CPU by viewing /proc/cpuinfo file:
Code:
more /proc/cpuinfo
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote