Skip to content

Instantly share code, notes, and snippets.

@Kyle-Falconer
Last active August 12, 2016 20:37
Show Gist options
  • Save Kyle-Falconer/7be1635964f374fe8bacad12c014f8b9 to your computer and use it in GitHub Desktop.
Save Kyle-Falconer/7be1635964f374fe8bacad12c014f8b9 to your computer and use it in GitHub Desktop.
list ports in use
#!/bin/sh
# list ports in use
# http://askubuntu.com/a/278455/142145
sudo netstat -peanut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment