如何在Linux中启动/停止和启用/禁用FirewallD和Iptables防火墙

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何在Linux中启动/停止和启用/禁用FirewallD和Iptables防火墙相关的知识,希望对你有一定的参考价值。

7.0 以下版本 用service iptables stop 永久关闭用 chkconfig iptables off 7.0 及以上用 systemctl stop firewalld.service 永久关闭 用 systemctl disable firewalld.service 参考技术A

安装firewalld 防火墙

yum install firewalld

开启服务

systemctl start firewalld.service

关闭防火墙

systemctl stop firewalld.service

CENTOS7 FIREWALLD防火墙管理

linux下如何启动和停止sybase的服务

linux下如何启动和停止sybase的Adaptive Server、Backup Server 和Monitor Server 这三个服务

最好写个角本运行,找到sybase两个服务的路径

停止服务的路径 如果是用的是sybaseO数据库,下面是脚本里的内容
启动:
su - sybase -c "/home/sybase/1254/ASE-12_5/install/startserver -f /home/sybase/1254/ASE-12_5/install/RUN_ascrm"
sleep 20
su - sybase -c "/home/sybase/1254/ASE-12_5/install/startserver -f /home/sybase/1254/ASE-12_5/install/RUN_ascrm_BS"
停止:
su - sybase -c "/home/sybase/1254/OCS-12_5/bin/isql -Usa -P -Sascrm -i/home/sybase/1254/ASE-12_5/install/down.sql"
参考技术A chkconfig Adaptive Server off
chkconfig Backup Server off
chkconfig Monitor Server off
参考技术B 有这个服务你安装上就能用啊

以上是关于如何在Linux中启动/停止和启用/禁用FirewallD和Iptables防火墙的主要内容,如果未能解决你的问题,请参考以下文章

如何在Linux中启动/停止和启用/禁用FirewallD和Iptables防火墙

如何启动/停止/重启MySQL

linux中/etc/init.d设置开机启动

如何ubuntu下启动/停止/重启MySQL

centos 7/rhel7: 如何重启/停止/启动网络服务

如何在 Apache 中启用 HTTP/2