关闭
Hit
enter
to search or
ESC
to close
May I Suggest ?
#leanote #leanote blog #code #hello world
Okeeper's Blog
Home
Archives
Tags
DevOps
软件笔记
Spring
学习
JVM系列
关于我
端口查看,kill
无
297
0
0
zhangyue
# Windows端口占用 1. 在dos下,输入`netstat -ano|findstr 8189`,查看端口使用情况 2. 输入`taskkill /pid 13064 /f`停止端口占用 # Linux Or Mac的端口占用 1. 终端命令查询9000端口占用情况 ``` sudo lsof -i :9000 ```  或者通过查看网络情况查看 ``` netstat -tunlp|grep 端口号 ```  2. 然后根据PID杀进程: ``` sudo kill -9 716 ```
觉得不错,点个赞?
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus
文章目录