1. 查找80端口开放情况

netstat -aon|findstr “80″ 

2. 用netstat查询端口占用程序的PID,显示列表的最后一列就是占用程序的PID,然后再利用tasklist找到这个PID的程序名

tasklist|findstr “2036″ 

3. telnet 命令使用方法详解,telnet命令怎么用?

相关文章:

  • 2022-01-18
  • 2021-09-18
  • 2022-01-17
  • 2021-12-12
  • 2021-09-24
  • 2021-07-10
  • 2021-07-22
猜你喜欢
  • 2022-01-23
  • 2021-11-19
  • 2021-06-20
  • 2022-03-02
  • 2021-06-05
  • 2022-03-03
  • 2021-11-28
相关资源
相似解决方案