Skip to content

Instantly share code, notes, and snippets.

@lauborges
Last active December 31, 2015 20:59
Show Gist options
  • Save lauborges/8043526 to your computer and use it in GitHub Desktop.
Save lauborges/8043526 to your computer and use it in GitHub Desktop.
check used port
sudo netstat -lnp |grep :25
lsof -Pni | grep LIST | grep ":25"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment