/ Published in: Bash
Find which process is listening to a specific port. (ex: port 80)
Expand |
Embed | Plain Text
sudo netstat -lpn | grep -E ':(80)'
You need to login to post a comment.
Find which process is listening to a specific port. (ex: port 80)
sudo netstat -lpn | grep -E ':(80)'
You need to login to post a comment.