码迷,mamicode.com
首页 > Windows程序 > 详细

Windows&Linux常用命令笔记

时间:2018-01-17 11:28:32      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:ref   log   inux   端口   amp   pos   linu   href   str   

目录
linux

windows

 

Linux:

 

 

 

Windows:

1、window下查看端口占用:

//查询占用8088端口的进程的pid
netstat -ano|findstr "8088" -->pid=6580
//根据pid查询到进程对应的应用 tasklist|findstr "6580" -->xxx.exe
//杀死应用,关闭进程 taskkill /f /t /im xxx.exe

 

Windows&Linux常用命令笔记

标签:ref   log   inux   端口   amp   pos   linu   href   str   

原文地址:https://www.cnblogs.com/half-two-feet/p/8301570.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!