Windows&Linux常用命令笔记
2021-02-20 02:16
阅读:633
标签:ref log inux 端口 amp pos linu href str 目录
windows
Linux: Windows: 1、window下查看端口占用: Windows&Linux常用命令笔记 标签:ref log inux 端口 amp pos linu href str 原文地址:https://www.cnblogs.com/half-two-feet/p/8301570.html
linux
//查询占用8088端口的进程的pid
netstat -ano|findstr "8088" -->pid=6580
//根据pid查询到进程对应的应用
tasklist|findstr "6580" -->xxx.exe
//杀死应用,关闭进程
taskkill /f /t /im xxx.exe
评论
亲,登录后才可以留言!