Skip to content

Instantly share code, notes, and snippets.

@ravsau
Created June 1, 2019 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravsau/f5536fe5c5810785c8bd87293eb6e8fc to your computer and use it in GitHub Desktop.
Save ravsau/f5536fe5c5810785c8bd87293eb6e8fc to your computer and use it in GitHub Desktop.
Ports Linux Troubleshooting

Kill Process running a certain port:

kill -9 `lsof -t -i :port_number`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment