Chinaunix首页 | 论坛 | 博客
  • 博客访问: 209023
  • 博文数量: 33
  • 博客积分: 813
  • 博客等级: 军士长
  • 技术积分: 377
  • 用 户 组: 普通用户
  • 注册时间: 2010-03-17 15:37
文章分类

全部博文(33)

文章存档

2012年(33)

我的朋友

分类: LINUX

2012-02-23 17:30:07

以Suse Linux为例,主要可以从以下配置文件或命令查看系统或内核的版本
rtpserver01:/proc/scsi/qla2xxx # cat /proc/version
Linux version 2.6.16.60-0.21-smp () (gcc version 4.1.2 20070115 (SUSE Linux)) #1 SMP Tue May 6 12:41:02 UTC 2008
rtpserver01:/proc/scsi/qla2xxx # more /etc/SuSE-release
SUSE Linux Enterprise Server 10 (x86_64)
VERSION = 10
PATCHLEVEL = 2
###对应的RedHat可以查看etc/redhat-release文件###
rtpserver01:/proc/scsi/qla2xxx #  lsb_release -a
LSB Version:    core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64:desktop-3.1-amd64:desktop-3.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch
Distributor ID: SUSE LINUX
Description:    SUSE Linux Enterprise Server 10 (x86_64)
Release:        10
Codename:       n/a
rtpserver01:/proc/scsi/qla2xxx # uname -a
Linux rtpserver01 2.6.16.60-0.21-smp #1 SMP Tue May 6 12:41:02 UTC 2008 x86_64 x86_64 x86_64 GNU/Linux
rtpserver01:/proc/scsi/qla2xxx # uname -r
2.6.16.60-0.21-smp
rtpserver01:/proc/scsi/qla2xxx #
阅读(16502) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

Linuxer0002013-02-19 13:03:24

您好,请问怎么在SuSe Linux系统平台下查看HBA卡的驱动版本信息?