指令:1、“lsb_release -a”,該指令可檢視所有linux系統版本;2、“cat /etc/redhat-release”,該指令只適合Redhat系的linux;3、“cat /etc/issue”,此指令也適用於所有的版本。
本教學操作環境:linux7.3系統、Dell G3電腦。
查詢linux版本資訊的指令是什麼
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中文網其他相關文章!