The error message indicates that you have already used this port and the server can’t run another server in same port.
sudo netstat -tulpn
Type in terminal and check printed list.
In printed list, each running process has pin. Thanks to this pins, we can kill any process.
kill 1806
When we typed, selected process will be killed.
sudo: netstat: command not found
sorry, it is working now
Hi Team , Thanks it helped me .
Your email address will not be published.
Save my name, email, and website in this browser for the next time I comment.
Δ
Pooja
sudo: netstat: command not found