慕白的小站

The palest ink is better than the best memory.

vuePress-theme-reco yumubai    2021 - 2025
慕白的小站 慕白的小站

Choose mode

  • dark
  • auto
  • light
主页
分类
  • CSS
  • Web
  • 设计模式
  • Java
  • Git
  • JavaScript
  • linux
  • MySQL
  • nginx
  • nodejs
  • 杂项
  • python
  • Redis
  • 开发工具
  • Vue
标签
时光轴
author-avatar

yumubai

32

文章

27

标签

主页
分类
  • CSS
  • Web
  • 设计模式
  • Java
  • Git
  • JavaScript
  • linux
  • MySQL
  • nginx
  • nodejs
  • 杂项
  • python
  • Redis
  • 开发工具
  • Vue
标签
时光轴

linux上查看端口号

vuePress-theme-reco yumubai    2021 - 2025

linux上查看端口号

yumubai 2022/6/9 linux

# 查看端口号进程Id

netstat -anp | grep 8080
1

# 解除端口号占用

kill -9 23568
1
Last Updated: 2022/6/8 23:55:32
  • 查看端口号进程Id
  • 解除端口号占用