如何查看ubuntu系统是多少位: uname -m 如果是i386到i686,那就是32位系统; 如果是x86_64,那就是64系统。 查看ubuntu系统版本: cat /etc/issue lsb_release -a 相关文章: