centos7 命令
Posted xdcr
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7 命令相关的知识,希望对你有一定的参考价值。
firewall-cmd --zone=public --add-port=80/tcp --permanent 开启端口
systemctl stop firewalld.service 关闭服务
systemctl start firewalld.service 启动服务
firewall-cmd --reload 重启防火墙
firewall-cmd --list-ports 查看开放端口
检查端口被哪个进程占用
netstat -lnp|grep 8080
删除端口
firewall-cmd --zone= public --remove-port=80/tcp --permanent
以上是关于centos7 命令的主要内容,如果未能解决你的问题,请参考以下文章