一、查看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:
[root@S-CentOS home]# cat /etc/redhat-release CentOS release 6.5 (Final)
3、cat /etc/issue,此指令也適用於所有的Linux發行版。
相關影片推薦:《Linux教學》
以上是linux版本查看命令的詳細內容。更多資訊請關注PHP中文網其他相關文章!