Revision: 17958
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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