Editing firewall.local settings in Linux CentOS
Short method:
Login as the root user – I use putty for windows to connect to the linux server from my desktop
after logging in enter ls – you may have a firewall script to edit the iptables. For this example we have one called firewall.local
Copy the file using cp firewall.local firewall.todaysdate to you have a copy [...]