启动一个服务: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

 

 

相关文章:

  • 2022-12-23
  • 2021-12-15
  • 2021-12-27
  • 2022-02-14
  • 2022-01-10
  • 2022-12-23
  • 2021-12-12
猜你喜欢
  • 2021-10-03
  • 2021-12-31
  • 2022-12-23
  • 2021-12-27
  • 2022-01-13
  • 2022-02-19
  • 2022-12-23
相关资源
相似解决方案