Sometimes you might need to check what service is running on a specific port Here some commands that can help you. lsof lsof -i tcp:443 netstat netstat -anp | grep :80 linix