Created
January 31, 2018 10:59
-
-
Save federicomichela/06ee1941e350983c73675603664a3d4e to your computer and use it in GitHub Desktop.
BASH - list processes on 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
netstat -vanp tcp | grep <PORT> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment