2025年09月10日 20 阅读 代码 一些常用的Linux命令 # 查看防火墙开放的端口 firewall-cmd --list-ports # 开放防火墙的指定端口 firewall-cmd --add-port=xxxx/tcp --add-port=x...