“Windows”的版本间的差异
跳到导航
跳到搜索
(创建页面,内容为“== 查看80端口占用的程序 == # netstat -aon|findstr "80" # 拿到上一步返回的pid,tasklist|findstr {{PID}}”) |
|||
第1行: | 第1行: | ||
== 查看80端口占用的程序 == | == 查看80端口占用的程序 == | ||
# netstat -aon|findstr "80" | # netstat -aon|findstr "80" | ||
− | # | + | # 拿到上一步返回的pid,<code>tasklist|findstr {PID}</code> |
2019年11月18日 (一) 18:04的版本
查看80端口占用的程序
- netstat -aon|findstr "80"
- 拿到上一步返回的pid,
tasklist|findstr {PID}