sudo lsof -n -i :80 | grep LISTEN
sudo lsof -i:<PORT> #ex: sudo lsof -i:3000
netstat -ano | findstr 8080Code language: Bash (bash)