马春杰杰博客
致力于深度学习经验分享!

CentOS关闭防火墙

最新目录

安装宝塔之后会自动开启防火墙,这里就说下如何关闭。

查看状态:

systemctl status firewalld

firewall-cmd --state

关闭防火墙:

service firewalld stop

想重新开启的话:

# 开启 service firewalld start
# 重启 service firewalld restart

查看目前的防火墙规则:

firewall-cmd --list-all

永久关闭防火墙:

chkconfig firewalld off

其他命令:

启动一个服务:systemctl start firewalld.service
关闭一个服务:systemctl stop firewalld.service
重启一个服务:systemctl restart firewalld.service
显示一个服务的状态:systemctl status firewalld.service
在开机时启用一个服务:systemctl enable firewalld.service
在开机时禁用一个服务:systemctl disable firewalld.service
查看服务是否开机启动:systemctl is-enabled firewalld.service;echo $?
查看已启动的服务列表:systemctl list-unit-files|grep enabled

赞(221) 打赏
版权声明:本文采用知识共享 署名4.0国际许可协议 [BY-NC-SA] 进行授权
文章名称:《CentOS关闭防火墙》
文章链接:https://www.machunjie.com/linux/1066.html
本站资源仅供个人学习交流,请于下载后24小时内删除,不允许用于商业用途,否则法律问题自行承担。

评论 抢沙发

觉得文章有用就打赏一下文章作者

非常感谢你的打赏,我们将继续提供更多优质内容,让我们一起创建更加美好的网络世界!

支付宝扫一扫

微信扫一扫

:smile: :sad: :arrow: :cool: :confused: :cry: :eek: :evil: :exclaim: :idea: :lol: :mad: :mrgreen: :neutral: :question: :razz: :redface: :rolleyes: :surprised: :wink: :biggrin: :twisted: