linyufeng

命令: telnet ip port
退出: ctrl+] + quit

查看端口:
netstat -an|grep 80

或者:
netstat -ntulp |grep 80

查看程序使用的端口
netstat -ntulp |grep redis

参考:

分类:

技术点:

相关文章: