Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Talhafayyaz11/18c4ccb7e8e3a71b6422ad12c4e4f9ee to your computer and use it in GitHub Desktop.
Save Talhafayyaz11/18c4ccb7e8e3a71b6422ad12c4e4f9ee to your computer and use it in GitHub Desktop.
Kill port in Ubuntu
sudo kill -9 $(sudo lsof -t -i:9001)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment