赞
踩
lsof -i:6379 //如果有显示说明已经开放了,如果没有显示说明没有开放
[root@localhost ~]# lsof -i:6379
netstat -aptn |grep -i 6379 //查看是否监听在0.0.0.0:6379
netstat -lptn |grep -i 6379 //查看TCP类型的端口
netstat -lpun |grep -i 6379 //查看UDP类型的端口
telnet 127.0.0.1 6379 //telnet IP 端口号
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。