Skip to content

Instantly share code, notes, and snippets.

@azl397985856
Created March 13, 2020 09:20
Show Gist options
  • Save azl397985856/43c69b88c10130f402875f769afbb278 to your computer and use it in GitHub Desktop.
Save azl397985856/43c69b88c10130f402875f769afbb278 to your computer and use it in GitHub Desktop.
kill process by port
lsof -i :端口 
kill -9 进程ID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment