Centos打开某个端口

前端之家收集整理的这篇文章主要介绍了Centos打开某个端口前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
firewall-cmd --zone=public --permanent --add-port=8010/tcp

查看端口占用:

netstat -tlnp|grep port

原文链接:https://www.f2er.com/centos/374633.html

猜你在找的CentOS相关文章