转载地址:https://www.linuxidc.com/Linux/2014-05/101121.htm

我们要查看Ubuntu操作系统的位数是32位还是64位,可以通过以下命令来查看:

#查看long的位数,返回32或64

可以在终端terminal下输入命令:getconf LONG_BIT

Terminal下查看Ubuntu操作系统位数

#查看文件信息,包含32-bit就是32位,包含64-bit就是64位

也可以输入:uname -a

Terminal下查看Ubuntu操作系统位数及版本

Linux ubuntu 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:08:14 UTC 2014 i686 i686 i686 GNU/Linux

i686 就表示32位

查看Ubuntu版本

可以在终端输入命令: lsb_release -a

Terminal下查看Ubuntu操作系统位数

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty

GitHub 加速计划 / term / terminal
8
0
下载
The new Windows Terminal and the original Windows console host, all in the same place!
最近提交(Master分支:4 个月前 )
8ddb14bd After #15855, this repo no longer uses submodules. Removing instruction about needing to initialize them. 6 小时前
3772fc3f Adds a description and keyword for the `SessionBecameInteractive` event Follow-up from #17682 7 小时前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐