Centos查看系统版本
Linux311
description
在Centos中通过命令行来查看系统的版本
command
cat /etc/centos-release
parameter
cat : 命令用于连接文件并打印到标准输出设备上
result
CentOS Linux release 7.9.2009 (Core)
在Centos中通过命令行来查看系统的版本
cat /etc/centos-release
cat : 命令用于连接文件并打印到标准输出设备上
CentOS Linux release 7.9.2009 (Core)
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.