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
|