📌  相关文章
📜  如何检查系统是 32 还是 64 linux - Html 代码示例

📅  最后修改于: 2022-03-11 14:53:20.977000             🧑  作者: Mango

代码示例1
To know whether your system is 32-bit or 64-bit,
type the command "uname -m" and press "Enter". 
This displays only the machine hardware name.
It shows if your system is running 32-bit (i686 or i386)
or 64-bit(x86_64).