Windows&Linux常用命令笔记
2021-02-20 02:16
阅读:624
标签: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
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Windows&Linux常用命令笔记
文章链接:http://soscw.com/index.php/essay/57791.html
文章标题:Windows&Linux常用命令笔记
文章链接:http://soscw.com/index.php/essay/57791.html
评论
亲,登录后才可以留言!