首页 |  个人站点 |  博客园 |  管理 |  返回

cmd命令笔记

查看端口信息:netstat -ano

eg. netstat -ano|findstr 0.0.0.0:443

根据pid查看进程信息等:wmic process get name,executablepath,processid|findstr

eg. wmic process get name,executablepath,processid|findstr 443

或者tasklist|findstr

eg.tasklist|findstr 2448

根据pid 杀进程: taskkill /pid

eg.taskkill /pid 10464

posted @ 2016-09-22 10:36  拽拽绅士  阅读(151)  评论(0编辑  收藏  举报

Java | Golang | Python | php