Last active
August 17, 2016 15:13
-
-
Save petitchevalroux/0b70e633b14dcdf0351a942bd62013c4 to your computer and use it in GitHub Desktop.
List all open TCP connections by a process
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 -i TCP -a -p <PID> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment