您的位置:首页 > 运维架构 > Linux

查看SUSE LINUX版本

2013-03-15 21:11 357 查看
查看SUSE LINUX版本
1、cat /proc/version
内核版本
#cat /proc/version

Linux version 2.6.5-7.244-smp (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux))

#1 SMP Mon Dec 12 18:32:25 UTC 2005

2、uname -a
内核版本
#uname -a
Linux WebServer 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC 2005 UTC 2005 i686 i686 i386 GNU/Linux

3、lsb_release -a
发行版本
# lsb_release -a

LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32:grap

hics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarch

Distributor ID: SUSE LINUX

Description: SUSE LINUX Enterprise Server 9 (i586)

Release: 9

Codename: n/a

4、cat /etc/SuSE-release
可以看到补丁版本
#cat /etc/SuSE-release

SUSE LINUX Enterprise Server 9 (i586)

VERSION = 9

PATCHLEVEL = 3

来源:http://hi.baidu.com/xc_hai/blog/item/52818c4efe7d0524aec3abec.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: