1.CentOS系统可以运行初始化函数脚本:centos_init.sh#关闭SELinux sed -i '/^SELINUX=/c SELINUX=disabled' /etc/selinux/config #getenforce命令可以查看 #关闭防火墙 systemctl disable --now firewalld (centos7和8) systemctl status fir
Copyright © 2005-2024 51CTO.COM 版权所有 京ICP证060544号