文章分类 -  linux命令

摘要:1.登陆服务器,如果没有nmap工具(端口查看工具),可以下载一下,命令: yum install nmap #输入y安装 2.输入命令: nmap 182.161.41.XXX -p3306; status为open表打开,filtered则是icmp无法判断该端口的状态,可能是拦了 3.查看防火 阅读全文
posted @ 2020-09-07 19:25 xie风细雨 阅读(351) 评论(0) 推荐(0)
摘要:引用自 https://www.cnblogs.com/moxiaoan/p/5683743.html CentOS7使用firewalld打开关闭防火墙与端口 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop fir 阅读全文
posted @ 2020-09-07 19:24 xie风细雨 阅读(56) 评论(0) 推荐(0)