Terminal下查看Ubuntu操作系统位数及版本
terminal
The new Windows Terminal and the original Windows console host, all in the same place!
项目地址:https://gitcode.com/gh_mirrors/term/terminal
免费下载资源
·
转载地址:https://www.linuxidc.com/Linux/2014-05/101121.htm
我们要查看Ubuntu操作系统的位数是32位还是64位,可以通过以下命令来查看:
#查看long的位数,返回32或64
可以在终端terminal下输入命令:getconf LONG_BIT
#查看文件信息,包含32-bit就是32位,包含64-bit就是64位
也可以输入:uname -a
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
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 小时前
更多推荐
已为社区贡献45条内容
所有评论(0)