windows端口查看及进程查找
生活随笔
收集整理的這篇文章主要介紹了
windows端口查看及进程查找
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
1. 使用netstat查看端口
?? netstat -ano
2. 查找特定端口號:
?? netstat -aon|findstr "port"
3. 查找該端口的進(jìn)程
?? tasklist|findstr "port"
轉(zhuǎn)載于:https://www.cnblogs.com/davidwang456/p/3447950.html
總結(jié)
以上是生活随笔為你收集整理的windows端口查看及进程查找的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Redis运行流程源码解析--转载
- 下一篇: redis High Availabil