当前位置:  技术问答>linux和unix

如何判断linux是哪种发行版

    来源: 互联网  发布时间:2016-10-06

    本文导语:  linux下有什么办法判断,当前使用的linux是什么发行版呢?比如如何区分Debian;Slackware... uname -a 也看不出来啊。 | [root@RHEL4_U5 ~]# cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Upd...

linux下有什么办法判断,当前使用的linux是什么发行版呢?比如如何区分Debian;Slackware...
uname -a 也看不出来啊。

|
[root@RHEL4_U5 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 5)
[root@RHEL4_U5 ~]#

|
# cat /etc/issue

|
cat /etc/issue ,我一直用这个命令,个人感觉这事看系统版本最好用的命令了

|
用 cat /proc/version 看看

|
如果是新的发行版,可以用:

[bitman@feb ~]$ lsb_release --help
FSG lsb_release v2.0 prints certain LSB (Linux Standard Base) and
Distribution information.

Usage: lsb_release [OPTION]...
With no OPTION specified defaults to -v.

Options:
  -v, --version
    Display the version of the LSB specification against which the distribution is compliant.
  -i, --id
    Display the string id of the distributor.
  -d, --description
    Display the single line text description of the distribution.
  -r, --release
    Display the release number of the distribution.
  -c, --codename
    Display the codename according to the distribution release.
  -a, --all
    Display all of the above information.
  -s, --short
    Use short output format for information requested by other options (or version if none).
  -h, --help
    Display this message.
[bitman@feb ~]$ lsb_release -d
Description:    Red Hat Enterprise Linux Server release 5 (Tikanga)

|
学习中

|
同意5楼!

|
但是/etc/issue是可以用户定义的,而
[root@RHEL4_U5 icons]# cat /etc/redhat-release
Red Hat Enterprise Linux ES release 4 (Nahant Update 5)

是系统定义的哦,oracle安装都是检测这个文件的内容的,如果检测到内容不符合oracle的安装需求,就退出安装

|
感觉这个没什么意义,难道你连自己装的什么系统都不知道吗?

而且即使是一个陌生的机器,随便上去看几个目录的结构也能判断出来是哪个版本linux了啊


|
cat /etc/issue

居然显示:welcome to  s r (l)
显示不出来版本!

|

[frank@www mnt]$ cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5 (Tikanga)
[frank@www mnt]$

|
来晚了……同楼上……

|

cat /etc/issue



            issue美音:['ɪʃju]英音:['iʃju:] 
issue的中文翻译
以下结果由译典通提供词典解释
及物动词 vt.
1.
发行;发布
The post office issued the stamps last week.
上星期邮局发行了这些邮票。
2.
发给,配给[O][(+to)],核发
Who issued the travel documents?
谁核发这些旅游证件的?
3.
使流出,放出,排出

不及物动词 vi.
1.
出来[(+forth)]
2.
流出[(+from)]
Lava issued from the volcano.
熔岩从火山口流出来。
3.
由...得出,由...产生[(+from)]
A strange noise issues from the next room.
隔壁房间里传出奇怪的响声。
4.
诞生,传代
His difficulties issue from his lack of knowledge.
他遇到的困难是由缺少知识造成的。
5.
收益,生息
6.
发行,颁布,出版
A new coinage issued.
一种新硬币发行了。

名词 n.
1.
问题;争论;争议[C]
They have published a lot of new books on international issues.
他们已经出版了很多论述国际问题的新书。
2.
发行(物);一次发行量;(报刊)期号[C]
There's an article about Jamaica in this issue.
在这一期里有一篇关于牙买加的文章。
3.
流出;流出物[U]
4.
【律】子女,子嗣[U]
He died without issue.
他身后无子女。
5.
(土地,地产等的)收益[P]

|
cat /etc/issue

|



[root@localhost /]# more /etc/redhat-release 
CentOS release 5.3 (Final)
[root@localhost /]# 


[root@localhost /]# cat /proc/version
Linux version 2.6.18-128.1.10.el5 (mockbuild@builder16.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)) #1 SMP Thu May 7 10:39:21 EDT 2009
[root@localhost /]# 


[root@localhost /]# more /etc/issue
CentOS release 5.3 (Final)
Kernel r on an m

[root@localhost /]# 



[root@localhost /]# lsb_release -d
Description:    CentOS release 5.3 (Final)
[root@localhost /]# 


    
 
 

您可能感兴趣的文章:

  • linux->shell-> if 条件判断,关于软连接的判断!
  • linux 下的自解压文件是什么格式,如何判断文件是否为自解压c++或者脚本判断均可
  • 请问linux中如何判断内核是否已经启动。(在内核中写程序)
  • 如何判断文件描述符合法?(Linux+C)
  • 如何判断linux操作系统的某个分区是否格式化
  • 在linux下用程序如何判断出主板是什么芯片组?
  • linux脚本中命令运行结果判断
  • 想写个shell脚本configure和make一个Linux Kernel怎么判断成功还是失败呢?
  • linux 在shell里read num怎样判断输入的是合法的数字。?
  • Linux下的Qmail、Sendmail是怎样来判断邮件发送和接收。
  • 如何在linux判断目录是否存在
  • 请教:在Linux中如何判断tar的返回值?
  • Linux下如何判断裸设备
  • 求判断某ip是否联通的函数或类linux c/c++
  • 请问:怎么判断linux服务器的网站系统是不是中毒了?
  • 请教,在linux下如何判断程序的内存泄露?
  • linux下的c++如何判断线程是否结束?
  • SOS 在 linux 中如何用命令来判断一个文件是否为链接文件
  • 在linux下怎么判断目录和文件的问题
  • 嵌入式Linux判断U盘剩余容量
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • C++ Vectors 成员 empty():判断Vector是否为空(返回true时为空)
  • shell如何判断文件是否存在,如何判断变量是否为空
  • javascript操作html复选框checkbox:如何判断复选框是否被选中
  • 怎么判断串口已经收到数据,并及时读出?怎么判断串口已经将写入的数据发送完毕?
  • c语言判断某一年是否为闰年的各种实现程序代码
  • 在判断自符是否等于**时,用equals(“**”),那么如果我想判断它的值是否>=2该用什么呢?
  • java实现判断字符串是否全是数字的四种方法代码举例
  • 我是学pb的,判断闰年的是isdate("2-28"),但在java里怎么判断呢?
  • mysql中如何判断当前是字符 mysql判断字段中有无汉字
  • 知道TCP/UDP的包头,如何判断其应用层协议类型,struct tcphdr和 struct udphdr结构中那个变量能判断应用层协议类型。
  • c#判断字符是否为中文的三种方法分享(正则表达式判断)
  • 如何判断在线用户,主要是如何判断用户关闭所有窗口(即他已经不在线了)?
  • 如何判断一个数是否为4的幂次方?若是,并判断出来是多少次方?
  • 判断图片-判断位图是否是黑白图片的方法
  • JQuery 判断某个属性是否存在hasAttr用法
  • 请问如何判断一个文件夹是否存在
  • 判断文件格式的c库函数
  • sftp命令如何判断成功与否?
  • Shell条件判断疑问?
  • java判断远程服务器上的文件是否存在的方法
  • 如何判断套接字是被关闭了。


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3