Created
January 10, 2018 18:27
-
-
Save byelipk/0c757d198793b780e9632e2ee5acdb87 to your computer and use it in GitHub Desktop.
Find pid using port
This file contains 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
``` | |
lsof -n -i PORT | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment