Skip to content

Instantly share code, notes, and snippets.

@bouassaba
Last active May 24, 2021 11:38
Show Gist options
  • Save bouassaba/bb18789797deabf46e38c48f0b8dc1d2 to your computer and use it in GitHub Desktop.
Save bouassaba/bb18789797deabf46e38c48f0b8dc1d2 to your computer and use it in GitHub Desktop.
Check who listens on port in Debian/Ubuntu
sudo apt install net-tools
netstat -ltnp | grep -w ':3306'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment