网络笔记网络笔记

Online Notes

Centos7升级到最新版本命令,Centos查看系统版本并升级打补丁

一、检查系统版本
cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
二、备份重要数据(例如/etc, /var,/opt)。针对重要程序数据进行备份,例如MySQL, Appache, Nginx, DNS等等。

三、运行yum命令升级
yum clean all
yum update

四、重启系统
 reboot
五、查看现在系统版本
cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)

相关文章

评论列表

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。