linux shell script array loop的相關文章
linux shell script array loop的相關商品

Linux Shell script to close/open ports on a firewall/Iptables
瀏覽:416
日期:2025-06-12
This is a small script which will takecare of blocking and unblocking ports by asking user about his desire. Just copy this code to your system and change permissions and ... iptables -A INPUT -m tcp -p tcp –dport “$PORT1″ -j ACCEPT && { service iptables ...看更多