# list the running ports $ netstat -ltnp # kill specific port in my case for django 8000. kill using PID $ kill -9 31434