/ Published in: Bash
Find which process is listening to a specific port. (ex: port 80)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sudo netstat -lpn | grep -E ':(80)'