Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Created February 19, 2015 22:33
Show Gist options
  • Save guillermoroblesjr/ec6a960fd256dd474952 to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/ec6a960fd256dd474952 to your computer and use it in GitHub Desktop.
get a list of internet sessions connected
# get a list of internet sessions connected
lsof -Pi | grep LISTEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment