Q. How do I find out my cpu is a dual-core cpu on Cent Os Linux?
A. Following are are few tips for identifying whether a cpu is dual-core or not. Please note there are few factors that might give your wrong result. For example wrong kernel image installed.
Task: Display CPU information
Type the following command to get overall cpu info:
$ less /proc/cpuinfo
Task: Identif whether a cpu is dual-core or not
$ grep cores /proc/cpuinfo
Output:
cpu cores : 2
Or type following command:
$ grep "core id" /proc/cpuinfo
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 5 comments… read them below or add one }
Hi.. Can u plz say how to find the details in windows too??
yawn….
my computer properties
Hi,
I got this (below) in my dual cores… does the result is correct
executed this grep cores /proc/cpuinfo and it produces below two lines …
cpu cores : 1
cpu cores : 1
:)
Demonhill
I have a Dell power edge 2650 intel xeon dual-core server, i’ve runned these commands and i’ve got these, my question is these output command is OK?
root@shadow:~# grep -i core /proc/cpuinfo
core id : 0
cpu cores : 1
core id : 0
cpu cores : 1
core id : 0
cpu cores : 1
core id : 0
cpu cores : 1
root@shadow:~# grep cores /proc/cpuinfo
cpu cores : 1
cpu cores : 1
cpu cores : 1
cpu cores : 1
root@shadow:~# grep “core id” /proc/cpuinfo
core id : 0
core id : 0
core id : 0
core id : 0
How you come to Know Whether it is dual or quad core CPU?