如何查看Linux系统是64位还是32位
$getconf LONG_BIT or $file /bin/ls or #查看linux版本 $lsb_release -a or $uname -a
参考
1. 如何查看Linux系统是64位还是32位;
2. 如何判断linux系统是32位还是64位;
【linux基础】如何查看Linux系统是64位还是32位
原文:https://www.cnblogs.com/happyamyhope/p/10395534.html