Created
July 1, 2014 21:08
-
-
Save bilal414/6769548745906f98f999 to your computer and use it in GitHub Desktop.
Find Port Process On Mac/Linux
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
| lsof -n -i4TCP:8080 | grep LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment