Linux第5章 网络配置和系统管理操作

5.4 关闭防火墙(CentOS6)

5.4.1 service 后台服务管理

1)基本语法:

         service  服务名 start                      (功能描述:开启服务)

service  服务名 stop                       (功能描述:关闭服务)

service  服务名 restart                           (功能描述:重新启动服务)

service  服务名 status                    (功能描述:查看服务状态)

2)经验技巧

         查看服务的方法:/etc/init.d/服务名

[root@hadoop100 init.d]# pwd

/etc/init.d

[root@hadoop100 init.d]# ls -al

3)案例实操

(1)查看网络服务的状态

[root@hadoop100 桌面]#service network status

(2)停止网络服务

[root@hadoop100 桌面]#service network stop

(3)启动网络服务

[root@hadoop100 桌面]#service network start

(4)重启网络服务

[root@hadoop100 桌面]#service network restart

(5)查看系统中所有的后台服务

[root@hadoop100 桌面]#service --status-all

5.4.2 chkconfig 设置后台服务的自启配置

1)基本语法:

chkconfig                          (功能描述:查看所有服务器自启配置)

chkconfig 服务名 off   (功能描述:关掉指定服务的自动启动)

chkconfig 服务名 on   (功能描述:开启指定服务的自动启动)

chkconfig 服务名 --list  (功能描述:查看服务开机启动状态)

2)案例实操

         (1)关闭iptables服务的自动启动

[root@hadoop100 桌面]#chkconfig iptables off

         (2)开启iptables服务的自动启动

[root@hadoop100 桌面]#chkconfig iptables on

5.4.3 进程运行级别

5.4.4 关闭防火墙

1)临时关闭防火墙:

         (1)查看防火墙状态

[root@hadoop100桌面]# service iptables status

(2)临时关闭防火墙

[root@hadoop100桌面]# service iptables stop

2)开机启动时关闭防火墙

         (1)查看防火墙开机启动状态

[root@hadoop100桌面]#chkconfig iptables --list

         (2)设置开机时关闭防火墙

[root@hadoop100桌面]#chkconfig iptables off

 

 

本教程由尚硅谷教育大数据研究院出品,如需转载请注明来源。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值