如何查看ubuntu系统是多少位:
uname -m
如果是i386到i686,那就是32位系统;
如果是x86_64,那就是64系统。
查看ubuntu系统版本:
cat /etc/issue
lsb_release -a
查看ubuntu系统是32位还是64位,查看系统版本
原文:https://www.cnblogs.com/-mrl/p/12167257.html