Skip to content

Instantly share code, notes, and snippets.

@debuggingfuture
Last active December 16, 2015 23:58
Show Gist options
  • Save debuggingfuture/5517063 to your computer and use it in GitHub Desktop.
Save debuggingfuture/5517063 to your computer and use it in GitHub Desktop.
List process
//List all process with open network connection
sudo lsof -i
//List all process with open network connection , supress conversion of port# to port names
sudo lsof -i -P
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment