如何查看linux是32位还是64位

 使用命令

    “getconf LONG_BIT”

  如果返回的是32,那么就是32位

  如果返回的是64,那么就是64位

原文地址:https://www.cnblogs.com/yibeimingyue/p/13900932.html