标签:art lsof ble bin 端口 保存 inpu cep 命令
查看端口是否开启
lsof -i:80
查看端口是否占用
netstat –apn | grep 8080
开放端口命令: /sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT
保存:/etc/rc.d/init.d/iptables save
重启服务:/etc/init.d/iptables restart
查看端口是否开放:/sbin/iptables -L -n
标签:art lsof ble bin 端口 保存 inpu cep 命令
原文地址:https://www.cnblogs.com/wish5714/p/9144086.html