知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

Linux下如何明确地查看操作系统的位数

发布时间:2014-09-05 16:13:05作者:知识屋

Linux下如何明确地查看操作系统的位数
 
如何知晓操作系统是32位还是64位?这里介绍一种简单的方式:
 
[plain]
[root@localhost mysql-5.1.57]# getconf LONG_BIT  
64  
  www.zhishiwu.com  
通过上面操作,我们可以很方便看到是64位。我的版本信息如下:
 
[plain]
[root@localhost mysql-5.1.57]# lsb_release -a  
LSB Version:    :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-
4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-
4.0-ia32:printing-4.0-noarch  
Distributor ID: CentOS  
Description:    CentOS release 5.8 (Final)  
Release:        5.8  
Codename:       Final    www.zhishiwu.com  
如果你的显示不出来,请man getconf,查看下帮助.
 
 
 
作者 love__coder
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜