重启防火墙service firewalld start/restart/stop 使用systemctl来启动/停止/重启服务要启动一个服务,你需要使用如下命令:# systemctl start httpd.service这会启动httpd服务,就我们而言,Apache HTTP服务器. 要停掉它,需要以root身份使用该命令:# systemctl stop httpd.service 要重启,你可以使用restart选项,如果服务在运行中,它将重启服务:如果服务不在运行中,它将会启动.你