Skip to content

Instantly share code, notes, and snippets.

@aonurdemir
Created December 13, 2017 07:53
Show Gist options
  • Save aonurdemir/3abd032ea531e048fd65087c1cbc6469 to your computer and use it in GitHub Desktop.
Save aonurdemir/3abd032ea531e048fd65087c1cbc6469 to your computer and use it in GitHub Desktop.
find pid by port
sudo lsof -n -i :<PORT_NUMBER> | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment