Windows XP Windows 7 Windows 2003 Windows Vista Windows教程綜合 Linux 系統教程
Windows 10 Windows 8 Windows 2008 Windows NT Windows Server 電腦軟件教程
 Windows教程網 >> Linux系統教程 >> Linux教程 >> 如何查看Linux發行版本

如何查看Linux發行版本

日期:2017/2/7 14:26:45      編輯:Linux教程
 

$ uname -a

Linux MikroTik 2.6.35-smp #2 SMP Thu Apr 25 16:00:00 EEST 2013 i686 GNU/Linux

-a選項表示察看所有的信息,但是從輸出信息可以看出來,uname看到的版本信息,只是內核版本的信息,而不是發行版的版本信息

 

在RedHat系統裡,存在一個/etc/redhat-release文件,裡面保存了發行版的版本信息

$ cat /etc/redhat-release 

Red Hat Enterprise Linux Server release 5.5 (Tikanga)

 

有一個更加通用的方法,/etc/issue文件

issue文件是登錄前的信息和標識文件,裡面存放了發行版的版本信息

$cat /etc/issue

Debian GNU/Linux 6.0 \n \l

Copyright © Windows教程網 All Rights Reserved