Skip to content

Instantly share code, notes, and snippets.

@imbdb
Created October 1, 2016 08:34
Show Gist options
  • Save imbdb/c736d0f9f2fde755d88882e95c133295 to your computer and use it in GitHub Desktop.
Save imbdb/c736d0f9f2fde755d88882e95c133295 to your computer and use it in GitHub Desktop.
Find Process running on port Linux
sudo netstat -nlp | grep :<port>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment