快捷搜索:  汽车  科技

centos8如何进入后台(在Centos8上使用)

centos8如何进入后台(在Centos8上使用)查看防火墙状态。systemctl stop firewalld.service输入“关闭防火墙服务”命令systemctl start firewalld.service输入“启动防火墙服务”命令查看防火墙状态。关闭防火墙服务

Centos8 systemctl 防火墙服务命令

systemctl status firewalld.service // 查看防火墙状态 systemctl start firewalld.service // 启动防火墙服务 systemctl stop firewalld.service // 关闭防火墙服务 systemctl restart firewalld.service // 重启防火墙服务 systemctl is-enabled firewalld.service // 查看开机时是否启用防火墙服务 systemctl enable firewalld.service // 开机时启用防火墙服务 systemctl disable firewalld.service // 开机时禁用防火墙服务 systemctl list-unit-files|grep enabled // 查看开机启动服务列表 systemctl --failed // 查看开机启动失败服务列表

查看防火墙状态

systemctl status firewalld.service

centos8如何进入后台(在Centos8上使用)(1)

输入“查看防火墙状态”命令

  • 防火墙服务开启。

centos8如何进入后台(在Centos8上使用)(2)

  • 防火墙服务关闭。

centos8如何进入后台(在Centos8上使用)(3)

启动防火墙服务

systemctl start firewalld.service

centos8如何进入后台(在Centos8上使用)(4)

输入“启动防火墙服务”命令

查看防火墙状态。

centos8如何进入后台(在Centos8上使用)(5)

关闭防火墙服务

systemctl stop firewalld.service

centos8如何进入后台(在Centos8上使用)(6)

输入“关闭防火墙服务”命令

查看防火墙状态。

centos8如何进入后台(在Centos8上使用)(7)

重启防火墙服务

systemctl restart firewalld.service

centos8如何进入后台(在Centos8上使用)(8)

输入“重启防火墙服务”命令

查看防火墙状态。

centos8如何进入后台(在Centos8上使用)(9)

查看开机时是否启用防火墙服务

systemctl is-enabled firewalld.service

centos8如何进入后台(在Centos8上使用)(10)

输入“查看开机时是否启用防火墙服务”命令

enable:开机时启用防火墙服务。

centos8如何进入后台(在Centos8上使用)(11)

disable:开机时禁用防火墙服务。

centos8如何进入后台(在Centos8上使用)(12)

开机时启用防火墙服务

systemctl enable firewalld.service

centos8如何进入后台(在Centos8上使用)(13)

输入“开机时启用防火墙服务”命令

centos8如何进入后台(在Centos8上使用)(14)

执行“开机时启用防火墙服务”命令

查看开机时是否启用防火墙服务。

centos8如何进入后台(在Centos8上使用)(15)

开机时禁用防火墙服务

systemctl disable firewalld.service

centos8如何进入后台(在Centos8上使用)(16)

输入“开机时禁用防火墙服务”命令

centos8如何进入后台(在Centos8上使用)(17)

执行“开机时禁用防火墙服务”命令

查看开机时是否启用防火墙服务。

centos8如何进入后台(在Centos8上使用)(18)

查看开机启动服务列表

systemctl list-unit-files|grep enabled

centos8如何进入后台(在Centos8上使用)(19)

输入“查看开机启动服务列表”命令

centos8如何进入后台(在Centos8上使用)(20)

执行“查看开机启动服务列表”命令

防火墙服务在启动列表中。

centos8如何进入后台(在Centos8上使用)(21)

查看开机启动失败服务列表

systemctl --failed

centos8如何进入后台(在Centos8上使用)(22)

输入“查看开机启动失败服务列表”命令

centos8如何进入后台(在Centos8上使用)(23)

执行“查看开机启动失败服务列表”命令

猜您喜欢: