Skip to content

Instantly share code, notes, and snippets.

@iamvickyav
Created May 12, 2018 19:31
Show Gist options
  • Save iamvickyav/3c15f8db36d9a8b21a0c0fb37ab20555 to your computer and use it in GitHub Desktop.
Save iamvickyav/3c15f8db36d9a8b21a0c0fb37ab20555 to your computer and use it in GitHub Desktop.
Kill a process with port number
netstat -vanp tcp | grep 8080
kill -9 1234
https://stackoverflow.com/questions/46104140/kill-tomcat-service-running-on-any-port-mac-sierra?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa
@iamvickyav
Copy link
Author

How to kill a process with Port No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment