Score:0

Hardware Integration on Ubuntu

jp flag

Running in the terminal the below command:

$ cat /proc/cpuinfo | grep -i 'core id'

I get the output:

core id     : 0
core id     : 1
core id     : 0
core id     : 1

What does it mean?

Lorenz Keel avatar
gr flag
The information you have extracted through the `grep` command does not have a real meaning if you don't read the complete output of the command `cat /proc/cpuinfo`: check this one.
Parzival avatar
jp flag
I think output should be core id : 0 core id : 1 core id : 2 core id : 3 as my laptop has quad core processor but I am getting 0,1,0,1 is my machine working correctly?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.