Created
July 23, 2018 09:23
-
-
Save verticonaut/04274393fd37785c3e9379b068e31c51 to your computer and use it in GitHub Desktop.
find processes aon ports
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 -nP -iTCP:3000 | grep LISTEN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment