如何找到Linux处理器/芯片架构
问题描述:
我应该使用什么命令来查找linux处理器/芯片架构?
What command should I use to find the linux processor / chip architecture?
linux-x86-32
linux-x86-64
linux-ppc-64
答
显示内核体系结构:uname -a
要显示CPU的详细信息,请执行以下操作:cat /proc/cpuinfo
To display cpu details: cat /proc/cpuinfo