摘要: 开启:iptables -I INPUT -p tcp --dport 8161 -j ACCEPT #开启8011端口 关闭: iptables -I INPUT -p tcp --dport 8070 -j DROP #关闭8011端口 service iptables status 查看防火墙 阅读全文
posted @ 2018-07-19 19:22 祥翔祥 阅读(192) 评论(0) 推荐(0)
摘要: [root@localhost]# chown -R root:zhjx /usr/local/apache2/htdocs/[root@localhost]# chmod -R 775 /usr/local/apache2/htdocs/ 阅读全文
posted @ 2018-07-19 14:02 祥翔祥 阅读(741) 评论(0) 推荐(0)