find process id of port ubuntu

Shell
$ sudo netstat -ltnp | grep -w ':80'
Source

Also in Shell: