cat /etc/services |grep 80
lsof
netstat
mac : lsof -i:8080
linux : neststat -anltp | grep 8080
cat /etc/services |grep 80
lsof
netstat
mac : lsof -i:8080
linux : neststat -anltp | grep 8080