From 94993b566b94a276d9448f098a1495f1a27dee17 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Mon, 26 Aug 2019 11:40:57 +0800 Subject: [PATCH 1/2] PRF @geekpi --- ...bution Name, Version And Kernel Details.md | 48 +++++++++---------- 1 file changed, 23 insertions(+), 25 deletions(-) diff --git a/translated/tech/20190805 Find The Linux Distribution Name, Version And Kernel Details.md b/translated/tech/20190805 Find The Linux Distribution Name, Version And Kernel Details.md index 9d7e762c0c..8e17a3624e 100644 --- a/translated/tech/20190805 Find The Linux Distribution Name, Version And Kernel Details.md +++ b/translated/tech/20190805 Find The Linux Distribution Name, Version And Kernel Details.md @@ -1,6 +1,6 @@ [#]: collector: (lujun9972) [#]: translator: (geekpi) -[#]: reviewer: ( ) +[#]: reviewer: (wxy) [#]: publisher: ( ) [#]: url: ( ) [#]: subject: (Find The Linux Distribution Name, Version And Kernel Details) @@ -12,13 +12,13 @@ ![Find The Linux Distribution Name, Version And Kernel Details][1] -本指南介绍了如何查找 Linux 发行版名称,版本和内核详细信息。如果你的 Linux 系统有 GUI 界面,那么你可以从系统设置中轻松找到这些信息。但在命令行模式下,初学者很难找到这些详情。没有问题!我这里给出了一些命令行方法来查找 Linux 系统信息。可能有很多,但这些方法适用于大多数 Linux 发行版。 +本指南介绍了如何查找 Linux 发行版名称、版本和内核详细信息。如果你的 Linux 系统有 GUI 界面,那么你可以从系统设置中轻松找到这些信息。但在命令行模式下,初学者很难找到这些详情。没有问题!我这里给出了一些命令行方法来查找 Linux 系统信息。可能有很多,但这些方法适用于大多数 Linux 发行版。 -### 1\. 查找 Linux 发行版名称、版本 +### 1、查找 Linux 发行版名称、版本 有很多方法可以找出 VPS 中运行的操作系统。 -##### 方法 1: +#### 方法 1: 打开终端并运行以下命令: @@ -26,7 +26,7 @@ $ cat /etc/*-release ``` -**CentOS 7 上的示例输出:** +CentOS 7 上的示例输出: ``` CentOS Linux release 7.0.1406 (Core) @@ -45,7 +45,7 @@ CentOS Linux release 7.0.1406 (Core) CentOS Linux release 7.0.1406 (Core) ``` -**Ubuntu 18.04 上的示例输出:** +Ubuntu 18.04 上的示例输出: ``` DISTRIB_ID=Ubuntu @@ -66,7 +66,7 @@ VERSION_CODENAME=bionic UBUNTU_CODENAME=bionic ``` -##### 方法 2: +#### 方法 2: 以下命令也能获取你发行版的详细信息。 @@ -74,13 +74,13 @@ UBUNTU_CODENAME=bionic $ cat /etc/issue ``` -**Ubuntu 18.04 上的示例输出:** +Ubuntu 18.04 上的示例输出: ``` Ubuntu 18.04.2 LTS \n \l ``` -##### 方法 2: +#### 方法 3: 以下命令能在 Debian 及其衍生版如 Ubuntu、Linux Mint 上获取发行版详细信息。 @@ -88,7 +88,7 @@ Ubuntu 18.04.2 LTS \n \l $ lsb_release -a ``` -**示例输出:** +示例输出: ``` No LSB modules are available. @@ -98,9 +98,9 @@ Release: 18.04 Codename: bionic ``` -### 2\. 查找 Linux 内核详细信息 +### 2、查找 Linux 内核详细信息 -##### 方法 1: +#### 方法 1: 要查找 Linux 内核详细信息,请在终端运行以下命令。 @@ -108,13 +108,13 @@ Codename: bionic $ uname -a ``` -**CentOS 7 上的示例输出:** +CentOS 7 上的示例输出: ``` Linux server.ostechnix.lan 3.10.0-123.9.3.el7.x86_64 #1 SMP Thu Nov 6 15:06:03 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux ``` -**Ubuntu 18.04 上的示例输出:** +Ubuntu 18.04 上的示例输出: ``` Linux ostechnix 4.18.0-25-generic #26~18.04.1-Ubuntu SMP Thu Jun 27 07:28:31 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux @@ -126,7 +126,7 @@ Linux ostechnix 4.18.0-25-generic #26~18.04.1-Ubuntu SMP Thu Jun 27 07:28:31 UTC $ uname -mrs ``` -**示例输出:** +示例输出: ``` Linux 4.18.0-25-generic x86_64 @@ -134,19 +134,17 @@ Linux 4.18.0-25-generic x86_64 这里, - * **Linux** – 内核名 - * **4.18.0-25-generic** – 内核版本 - * **x86_64** – 系统硬件架构(即 64 位系统) + * `Linux` – 内核名 + * `4.18.0-25-generic` – 内核版本 + * `x86_64` – 系统硬件架构(即 64 位系统) - - -有关 uname 命令的更多详细信息,请参考手册页。 +有关 `uname` 命令的更多详细信息,请参考手册页。 ``` $ man uname ``` -##### 方法2: +#### 方法2: 在终端中,运行以下命令: @@ -154,13 +152,13 @@ $ man uname $ cat /proc/version ``` -**CentOS 7 上的示例输出:** +CentOS 7 上的示例输出: ``` Linux version 3.10.0-123.9.3.el7.x86_64 ([email protected]) (gcc version 4.8.2 20140120 (Red Hat 4.8.2-16) (GCC) ) #1 SMP Thu Nov 6 15:06:03 UTC 2014 ``` -**Ubuntu 18.04 上的示例输出:** +Ubuntu 18.04 上的示例输出: ``` Linux version 4.18.0-25-generic ([email protected]) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #26~18.04.1-Ubuntu SMP Thu Jun 27 07:28:31 UTC 2019 @@ -175,7 +173,7 @@ via: https://www.ostechnix.com/find-out-the-linux-distribution-name-version-and- 作者:[sk][a] 选题:[lujun9972][b] 译者:[geekpi](https://github.com/geekpi) -校对:[校对者ID](https://github.com/校对者ID) +校对:[wxy](https://github.com/wxy) 本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 From 30d9866a1879ce2ade8faa5089bb02b353d97d85 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Mon, 26 Aug 2019 11:41:24 +0800 Subject: [PATCH 2/2] PUB @geekpi https://linux.cn/article-11270-1.html --- ...The Linux Distribution Name, Version And Kernel Details.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename {translated/tech => published}/20190805 Find The Linux Distribution Name, Version And Kernel Details.md (98%) diff --git a/translated/tech/20190805 Find The Linux Distribution Name, Version And Kernel Details.md b/published/20190805 Find The Linux Distribution Name, Version And Kernel Details.md similarity index 98% rename from translated/tech/20190805 Find The Linux Distribution Name, Version And Kernel Details.md rename to published/20190805 Find The Linux Distribution Name, Version And Kernel Details.md index 8e17a3624e..f133239088 100644 --- a/translated/tech/20190805 Find The Linux Distribution Name, Version And Kernel Details.md +++ b/published/20190805 Find The Linux Distribution Name, Version And Kernel Details.md @@ -1,8 +1,8 @@ [#]: collector: (lujun9972) [#]: translator: (geekpi) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-11270-1.html) [#]: subject: (Find The Linux Distribution Name, Version And Kernel Details) [#]: via: (https://www.ostechnix.com/find-out-the-linux-distribution-name-version-and-kernel-details/) [#]: author: (sk https://www.ostechnix.com/author/sk/)