How does one interpret the information printed out by the following command in Linux
cat /proc/cpuinfo
On my laptop, I get the following output.
Now it says that there are 4 processors on the system. There is also a field inside the information of each processor field which says cou cores are 2.
Does that mean there are 4 Intel i3's CPU's on my system? What does the processor field really mean here?