CentOS查看内核版本、系统版本、系统位数

查看Linux内核版本

 

1
2
3
4
5
6
7
8
9
10
[root@mongo02 ~] # cat /proc/version   
Linux version 2.6.32-358.el6.x86_64 (mockbuild@c6b8.bsys.dev.centos.org) (gcc version 4.4.7
20120313 (Red Hat 4.4.7-3) (GCC) )  #1 SMP Fri Feb 22 00:31:26 UTC 2013 
   
[root@mongo02 ~] # uname -a    
Linux mongo02 2.6.32-358.el6.x86_64  #1 SMP Fri Feb 22 00:31:26 UTC 2013 x86_64 x86_64
x86_64 GNU /Linux   
 
[root@mongo02 ~] # uname -r    
2.6.32-358.el6.x86_64

 

查看操作系统版本

 

1.列出所有版本信息

1
2
3
4
5
6
[root@mongo02 ~] # lsb_release -a   
LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch    
Distributor ID: CentOS    
Description:    CentOS release 6.4 (Final)    
Release:        6.4    
Codename:       Final


注:这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。

 

2.执行cat /etc/issue

1
2
3
[root@mongo02 ~] # cat /etc/issue   
CentOS release 6.4 (Final)    
Kernel \r on an \m

 

3.执行cat /etc/redhat-release

1
2
[root@mongo02 ~] # cat /etc/redhat-release   
CentOS release 6.4 (Final)

 

查看系统是64位还是32位

 

1.getconf LONG_BIT or getconf WORD_BIT

1
2
[root@mongo02 ~] # getconf LONG_BIT   
64

 

2.file /bin/ls

1
2
[root@mongo02 ~] # file /bin/ls   
/bin/ls : ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs),  for  GNU /Linux  2.6.18, stripped

 

3.lsb_release  -a

1
2
3
4
5
6
[root@mongo02 ~] # lsb_release -a   
LSB Version:    :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch    
Distributor ID: CentOS    
Description:    CentOS release 6.4 (Final)    
Release:        6.4    
Codename:       Final

 













本文转自UltraSQL51CTO博客,原文链接: http://blog.51cto.com/ultrasql/1640435,如需转载请自行联系原作者



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值