linyufeng

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

查看端口:
netstat -an|grep 80

或者:
netstat -ntulp |grep 80

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

参考:

分类:

技术点:

相关文章:

  • 2022-02-06
  • 2021-09-29
  • 2021-12-07
  • 2021-04-04
猜你喜欢
  • 2021-11-27
  • 2022-12-23
  • 2021-11-27
  • 2021-12-07
相关资源
相似解决方案