1. 程式人生 > >查看linux系統版本

查看linux系統版本

-a 命令 issue linux系統版本 name lsb 內核 linux系統 inux

一、查看Linux內核版本命令(兩種方法):
1、cat /proc/version

2、uname -a

二、查看Linux系統版本的命令(3種方法):

1、lsb_release -a
即可列出所有版本信息:
這個命令適用於所有的Linux發行版,包括Redhat、SuSE、Debian…等發行版。

2、cat /etc/redhat-release
這種方法只適合Redhat系的Linux:

3、cat /etc/issue
此命令也適用於所有的Linux發行版。

查看linux系統版本