oops-firewall 실행 방법
1. booting 시 oops-firewall 이 구동 되도록 설정
[root@an3 ~]$ /sbin/service oops-firewall enable
[root@an3 ~]$ systemctl enable oops-firewall2. booting 시 oops-firewall 이 구동되지 않도록 설정
[root@an3 ~]$ /sbin/service oops-firewall disable
[root@an3 ~]$ systemctl disable oops-firewall3. init(or systemd)를 이용한 oops-firewall 구동
[root@an3 ~]$ /sbin/service oops-firewall [start|stop|restart|status]
[root@an3 ~]$ systemctl [start|stop|restart|status] oops-firewall4. 실행 명령을 이용한 oops-firewall 구동
[root@an3 ~]$ service oops-firewall stopLast updated