Skip to content

Instantly share code, notes, and snippets.

@kacinskas
Last active October 1, 2015 17:07
Show Gist options
  • Save kacinskas/2028003 to your computer and use it in GitHub Desktop.
Save kacinskas/2028003 to your computer and use it in GitHub Desktop.
LINUX : Server View Processes with ports
//filter by port
netstat -anltp | grep "LISTEN" 8080
//with process name
netstat -tulpn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment