溫馨提示×

centos如何查看系統(tǒng)版本

小新
1074
2021-04-29 17:43:32

centos中查看系統(tǒng)版本的方法:1、打開centos終端;2、輸入“cat /etc/redhat-release”命令查看centos系統(tǒng)版本即可。

centos如何查看系統(tǒng)版本

具體操作步驟:

1、在centos系統(tǒng)桌面中使用快捷鍵【Ctrl+Alt+T】打開終端命令行模式。

2、在centos終端命令行中輸入以下命令查看centos系統(tǒng)版本即可。

cat /etc/redhat-release #查看centos系統(tǒng)版本。

返回結(jié)果:

CentOS Linux release 7.5.1804 (Core)

相關(guān)命令操作:

#查看內(nèi)核版本

cat /proc/version

uname -a

uname -r

0