如何查询linux的系统版本

上次跟省政府安装数据库没有查询centos的系统版本造成了很多不必要的麻烦,如何查询linux系统的版本、cpu等:

1,

[root@centos ~]# getconf LONG_BIT
32
[root@centos ~]# getconf WORD_BIT
32

word一般就是一个机器字长。最自然的就是机器的“基本型”- int。
32位模型下,一般是ILP32,就是说,int,long,pointer都32位长。
64位模型下,一般是LP64,就是说,long,pointer是64位。int可能还是32位,也可能是64。

2,

[root@centos ~]# arch
i686

NAME
arch - print machine architecture

SYNOPSIS
arch

DESCRIPTION
arch is deprecated command since release util-linux 2.13.
Use uname -m.

3,

uname -i或是uname -r

[root@centos ~]# uname -r
2.6.18-194.el5

查看linux内核版本

[root@centos ~]# uname -i
i386

NAME
uname - print system information

SYNOPSIS
uname [OPTION]...

[root@centos ~]# file /bin/ls
/bin/ls: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, stripped

NAME
file - determine file type

SYNOPSIS
file [ -bchikLnNprsvz ] [ -f namefile ] [ -F separator ] [
-m magicfiles ] file ...
file -C [ -m magicfile ]


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

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值