Last active
November 29, 2017 09:10
-
-
Save jhlee8804/d5d99fd4a7cf113b716d0817c6a6aa30 to your computer and use it in GitHub Desktop.
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:$PORT | grep LISTEN | |
$ lsof -n -iTCP:$PORT | grep LISTEN | |
$ lsof -n -i:$PORT | grep LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment