Return to Snippet

Revision: 17958
at September 17, 2009 17:21 by plehoux


Initial Code
sudo netstat -lpn | grep -E ':(80)'

Initial URL


Initial Description
Find which process is listening to a specific port. (ex: port 80)

Initial Title
Find which process is listening to a specific port

Initial Tags


Initial Language
Bash