Skip to content

Instantly share code, notes, and snippets.

@vladimir-e
Created April 9, 2014 06:15
Show Gist options
  • Save vladimir-e/10231014 to your computer and use it in GitHub Desktop.
Save vladimir-e/10231014 to your computer and use it in GitHub Desktop.
Snoop on the program when it's running to see what files and ports are open #osx #macos
sudo lsof | grep AppName | grep -v Applications
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment