$ sudo netstat -ltnp | grep ':80'
lsof -i :8080
sudo netstat -peanut | grep ":8000 "
lsof -i
netstat -ano | findstr 8080Code language: Bash (bash)