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:25:20      編輯:Linux教程
 

linux各種版本眾多,有的時候,我們需要獲取linux的版本信息,下面幾個常用命令,分別查看:linux內核版本和發行版本,筆者經常記不得,在這裡做個備忘啦^_^

 

如何查看linux內核版本:
1.cat /proc/version 直接查看內存中的信息
2.uname -a 查看所有信息
3.uname -r 只看版本號

如何查看發行版本:
1.lsb_release -a 列出所有版本信息,這個命令適用所有linux
2.cat /etc/redhat-release 查看reahat版本信息
3.rpm -q redhat-release 功能同上

Copyright © Windows教程網 All Rights Reserved