how to see what process is using port 80 ubuntu code example
Example 1: find out which procses is using port linux
sudo lsof -i:<port_number>
Example 2: netstat -tulpn | grep :80
netstat -tulpn | grep :80
sudo lsof -i:<port_number>
netstat -tulpn | grep :80