79276101

Date: 2024-12-12 17:56:36
Score: 1.5
Natty:
Report link

Open Terminal. Run the command lsof -i : (make sure to insert your port number) to find out what is running on this port. Copy the Process ID (PID) from the Terminal output. Run the command kill -9 (make sure to insert your PID) to kill the process on port.

maybe you can find the process for it and kill it instead of control c

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Chris Bruhin