Skip to content

Instantly share code, notes, and snippets.

@jwliechty
Created October 14, 2015 14:33
Show Gist options
  • Save jwliechty/42c405c8279f38f9fe3e to your computer and use it in GitHub Desktop.
Save jwliechty/42c405c8279f38f9fe3e to your computer and use it in GitHub Desktop.
Who's port is is anyway??
# who is using port 4329
lsof -i :4329
netstat -an | grep :4329
netstat -peanut | grep :4329 # netstat -taupen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment