自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

實(shí)操筆記:Linux版本查找方法

運(yùn)維 系統(tǒng)運(yùn)維
在你學(xué)習(xí)Linux時(shí)一定會(huì)遇到很多問(wèn)題,面對(duì)問(wèn)題我們就應(yīng)該解決問(wèn)題,下面就說(shuō)說(shuō)就我所發(fā)現(xiàn)的一些小問(wèn)題。何得知自己正在使用的哪種Linux版本呢,下面的幾種方法將給你帶來(lái)解決Linux版本答案!
在你學(xué)習(xí)Linux時(shí)一定會(huì)遇到很多問(wèn)題,面對(duì)問(wèn)題我們就應(yīng)該解決問(wèn)題,下面就說(shuō)說(shuō)就我所發(fā)現(xiàn)的一些小問(wèn)題。何得知自己正在使用的哪種Linux版本呢,下面的幾種方法將給你帶來(lái)解決Linux版本答案!
 
1. 查看內(nèi)核版本命令:
1) [root@q1test01 ~]# cat /proc/version
 Linux version 2.6.9-22.ELsmp (bhcompile@crowe.devel.redhat.com) (gcc version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 SMP Mon Sep 19 18:00:54 EDT 2005
 
2) [root@q1test01 ~]# uname -a
Linux q1test01 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux
 
3) [root@q1test01 ~]# uname -r
2.6.9-22.ELsmp
 
2. 查看Linux版本:
1) 登錄到服務(wù)器執(zhí)行 lsb_release -a ,即可列出所有版本信息,例如:
[root@3.5.5Biz-46 ~]# [root@q1test01 ~]# lsb_release -a
LSB Version: :core-3.0-amd64:core-3.0-ia32:core-3.0-noarch:graphics-3.0-amd64:graphics-3.0-
ia32:graphics-3.0-noarch
Distributor ID: RedHatEnterpriseAS
Description: Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
Release: 4
Codename: NahantUpdate2
注:這個(gè)命令適用于所有的Linux,包括Redhat、SuSE、Debian等發(fā)行版。
 
2) 登錄到Linux執(zhí)行cat /etc/issue,例如如下:
[root@q1test01 ~]# cat /etc/issue
Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
Kernel \r on an \m
 
3) 登錄到Linux執(zhí)行cat /etc/redhat-release ,例如如下:
[root@q1test01 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux AS release 4 (Nahant Update 2)
注:這種方式下可以直接看到具體的版本號(hào),比如 AS4 Update 1
 
4)登錄到Linux執(zhí)行rpm -q redhat-release ,例如如下:
[root@q1test01 ~]# rpm -q redhat-release
redhat-release-4AS-3
注:這種方式下可看到一個(gè)所謂的release號(hào),比如上邊的例子是3
這個(gè)release號(hào)和實(shí)際的版本之間存在一定的對(duì)應(yīng)關(guān)系,如下:
redhat-release-3AS-1 -> Redhat Enterprise Linux AS 3
redhat-release-3AS-7.4 -> Redhat Enterprise Linux AS 3 Update 4
redhat-release-4AS-2 -> Redhat Enterprise Linux AS 4
redhat-release-4AS-2.4 -> Redhat Enterprise Linux AS 4 Update 1
redhat-release-4AS-3 -> Redhat Enterprise Linux AS 4 Update 2
redhat-release-4AS-4.1 -> Redhat Enterprise Linux AS 4 Update 3
redhat-release-4AS-5.5 -> Redhat Enterprise Linux AS 4 Update 4
 
另:第3)、4)兩種方法只對(duì)Redhat Linux有效。希望通過(guò)本文你學(xué)會(huì)了怎樣發(fā)現(xiàn)Linux版本的方法。

【編輯推薦】

  1. SUSE Moblin閃耀你的眼球
  2. 詳解OpenSUSE 11.1硬盤(pán)安裝
  3. 學(xué)習(xí)手札:加強(qiáng)Suse Linux操作系統(tǒng)安全
  4. Open Suse Linux平臺(tái)遷移好與壞
  5. 正確選擇:Suse Linux Enterprise Server
責(zé)任編輯:小霞 來(lái)源: 計(jì)世網(wǎng)
相關(guān)推薦

2009-11-30 08:56:44

配置Linux服務(wù)器

2010-01-06 10:38:16

Linux安裝JDK

2009-12-01 10:23:19

數(shù)據(jù)資料備份

2009-12-23 17:22:18

Linux系統(tǒng)rsyn

2025-04-30 07:01:29

2010-04-12 09:36:29

Oacle merge

2010-06-07 09:03:33

MySQL大小寫(xiě)

2010-04-09 10:13:13

Oracle數(shù)據(jù)字典

2010-04-15 14:18:30

Oracle創(chuàng)建

2010-05-10 17:00:53

Oracle死鎖進(jìn)程

2010-04-13 14:00:00

Oracle inse

2024-04-28 10:52:25

CentOS系統(tǒng)RHEL系統(tǒng)

2021-09-22 15:36:31

勒索軟件攻擊數(shù)據(jù)泄露

2010-05-18 12:24:16

MySQL binlo

2010-04-27 10:25:28

Oracle Subs

2010-05-20 15:53:15

配置MySQL

2009-11-30 13:05:00

Suse防火墻

2010-05-18 18:19:40

MySQL修改表結(jié)構(gòu)

2010-10-25 13:17:21

Mono

2010-04-13 16:30:13

Oracle權(quán)限
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)