centos7查看开机启动 关闭开机服务 防火墙

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7查看开机启动 关闭开机服务 防火墙相关的知识,希望对你有一定的参考价值。

查看开启服务:

[root@localhost conf.d]# systemctl list-unit-files |grep enabled
auditd.service                                enabled 
autovt@.service                               enabled 
crond.service                                 enabled 

查看要关闭的防火墙服务

[root@localhost conf.d]# systemctl list-unit-files |grep firewalld
firewalld.service                             disabled

disabled 是关闭,如果开启,请关闭

systemctl disable firewalld

防火墙开关机

启动: systemctl start firewalld
关闭: systemctl stop firewalld
查看状态: systemctl status firewalld 
开机禁用  : systemctl disable firewalld
开机启用  : systemctl enable firewalld

以上是关于centos7查看开机启动 关闭开机服务 防火墙的主要内容,如果未能解决你的问题,请参考以下文章

关于Centos7防火墙端口进程开机自启服务启动的常用命令

centos7.6开机自启一直设置不成功

centos7中设置服务开机自启的两种方法

CentOS7 Firewall防火墙

CentOS7系统操作httpd服务 - 开机启动/重启/查看状态

CentOS7使用firewalld打开关闭防火墙与端口