查看LINUX版本

查看LINUX版本

1) 登录到服务器执行 lsb_release -a ,即可列出所有版本信息,例如:

$ lsb_release -a

No LSB modules are available.

Distributor ID: Debian

Description:    Debian GNU/Linux 6.0.7 (squeeze)

Release:        6.0.7

Codename:       squeeze

$

注:这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。

2) 登录到linux执行cat /etc/issue,例如如下:

$ cat /etc/issue

Debian GNU/Linux 6.0 \n \l \d \m

$

3) redhat可以执行以下命令

# cat /etc/redhat-release 

Red Hat Enterprise Linux Server release 6.4 (Santiago)

 

你可能感兴趣的:(linux)