Created
December 13, 2017 07:53
-
-
Save aonurdemir/3abd032ea531e048fd65087c1cbc6469 to your computer and use it in GitHub Desktop.
find pid by port
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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