Skip to content

Instantly share code, notes, and snippets.

@florianpasteur
Created November 2, 2020 10:35
Show Gist options
  • Save florianpasteur/cddd5b6f2c791aa0a0c2e7dc69d6f90e to your computer and use it in GitHub Desktop.
Save florianpasteur/cddd5b6f2c791aa0a0c2e7dc69d6f90e to your computer and use it in GitHub Desktop.
find port usage by process
netstat -vanp tcp | grep -E "pid|3000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment