linux 常用命令集合
摘要:一、端口 1、开放端口命令: /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT 2、保存:/etc/rc.d/init.d/iptables save 3、重启服务:/etc/init.d/iptables restart 4、查看端口是否开
阅读全文
posted @ 2018-07-19 20:29
posted @ 2018-07-19 20:29