# Get the all processes listening to a port : netstat -tulpn # For a specific port (ex: port n°8000) : netstat -tulpn | grep 8000