ここでいういわゆる Linux バージョン情報には、Linux カーネルのバージョン情報と Linux システムのバージョン情報が含まれます。
1. Linux カーネルのバージョン情報を確認するターミナルに「cat /proc/version[root@localhost ~]# cat /proc/version
Linux version 3.10.0-957.el7.x86_64 (mockbuild@x86-040.build.eng.bos.redhat.com) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-36) (GCC) ) #1 SMP Thu Oct 4 20:48:51 UTC 201
[root@localhost ~]# uname -a
Linux localhost 3.10.0-957.el7.x86_64 #1 SMP Thu Oct 4 20:48:51 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[root@localhost ~]# uname -r
3.10.0-957.el7.x86_64
方法 1: Linux にログインし、ターミナルなどに「cat /」と入力します。etc/issue
[root@localhost ~]# cat /etc/issue
\SKernel \r on an \m
[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.6 (Maipo)
[root@localhost ~]# lsb_release -a
LSB Version: :core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 7.6 (Maipo)
Release: 7.6
Codename: Maip
と入力します。
以上がLinux 情報の表示方法の詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。