由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - Linux里如何查找当前release name? (转载)
相关主题
friendly reminder --- Ubuntu 9.10T400 安装 Linux 7.2
怎么看我的ubuntu是32还是64?人老了,对linux越来越害怕了
centos update openssl0基础看什么书? HOW_TO?
Google Chrome汉字乱码想弄个LINUX SERVER,求推荐
做个调查。大家都用什么linux distro?现在跟redhat 6.1最接近的free linux是什么?
我该用什么server OS 呢?Qt creator 2.4.1 cannot debug the very simple c++ code “Don’t know how to attach”
大家都用什么机器装linux?Memory Question for RHEL5.0 System
看来枪毙gnome3的界面已经成为共识了装个无线usb adapter把u-nas iv的debian系统搞费了
相关话题的讨论汇总
话题: linux话题: release话题: ubuntu话题: debian话题: x86
进入Linux版参与讨论
1 (共1页)
g*********s
发帖数: 1782
1
【 以下文字转载自 Programming 讨论区 】
发信人: gandjmitbbs (Nothing), 信区: Programming
标 题: Linux里如何查找当前release name?
发信站: BBS 未名空间站 (Fri Apr 10 16:09:36 2009)
RedHat EL4上用下面的命令。
uname -a
Linux zion 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64
x86_64 GNU/Linux
cat /etc/redhat-release
Red Hat Enterprise Linux WS release 4 (Nahant Update 6)
但是Ubuntu, Debian, CenOS, Fedora上面怎么看呢?需要处理一些兼容性问题。
l*********s
发帖数: 5409
2
Ubuntu/Debian has uname command too.
y*******g
发帖数: 6599
3
他的意思是uname不显示要的信息.

【在 l*********s 的大作中提到】
: Ubuntu/Debian has uname command too.
j*a
发帖数: 14423
4
cat /etc/debian_version

【在 g*********s 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 发信人: gandjmitbbs (Nothing), 信区: Programming
: 标 题: Linux里如何查找当前release name?
: 发信站: BBS 未名空间站 (Fri Apr 10 16:09:36 2009)
: RedHat EL4上用下面的命令。
: uname -a
: Linux zion 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64
: x86_64 GNU/Linux
: cat /etc/redhat-release
: Red Hat Enterprise Linux WS release 4 (Nahant Update 6)

i*****f
发帖数: 578
5
lsb_release -a

【在 g*********s 的大作中提到】
: 【 以下文字转载自 Programming 讨论区 】
: 发信人: gandjmitbbs (Nothing), 信区: Programming
: 标 题: Linux里如何查找当前release name?
: 发信站: BBS 未名空间站 (Fri Apr 10 16:09:36 2009)
: RedHat EL4上用下面的命令。
: uname -a
: Linux zion 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64
: x86_64 GNU/Linux
: cat /etc/redhat-release
: Red Hat Enterprise Linux WS release 4 (Nahant Update 6)

g**t
发帖数: 49
6
cat /etc/*-release
May not work in debian
g*********s
发帖数: 1782
7
Thanks. Works for both Ubuntu and RH.

【在 i*****f 的大作中提到】
: lsb_release -a
1 (共1页)
进入Linux版参与讨论
相关主题
装个无线usb adapter把u-nas iv的debian系统搞费了做个调查。大家都用什么linux distro?
why /etc/network/interfaces doesn't show "eth0"我该用什么server OS 呢?
为什么这个32bit系统能够支持13 G 内存?大家都用什么机器装linux?
3Tb硬盘如何分区windows也可以读取看来枪毙gnome3的界面已经成为共识了
friendly reminder --- Ubuntu 9.10T400 安装 Linux 7.2
怎么看我的ubuntu是32还是64?人老了,对linux越来越害怕了
centos update openssl0基础看什么书? HOW_TO?
Google Chrome汉字乱码想弄个LINUX SERVER,求推荐
相关话题的讨论汇总
话题: linux话题: release话题: ubuntu话题: debian话题: x86