Find out that an application is listen on a given port1 min read 2019-08-22Choose one of those:sudo lsof -i :3030 lsof -i | grep LISTEN | grep 3030 netstat -ltnp | grep -w ':3030' fuser 3030