How to see which port is used by which process, on linux

sudo lsof -i
sudo netstat -lptu
sudo netstat -tulpn


Comments