DEV Community

Cover image for THE KILL PROCESS IN ESPECIFIC PORT
Reynaldo Quispe Soca
Reynaldo Quispe Soca

Posted on

1

THE KILL PROCESS IN ESPECIFIC PORT

  1. Open a terminal of linux and write the next command.

sudo netstat -tupln

  1. Then, Choose the procces to kill and PID. Finally write the next command:
   sudo kill -9 PID 
   #example: sudo kill -9 19993 
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Best practices for optimal infrastructure performance with Magento

Running a Magento store? Struggling with performance bottlenecks? Join us and get actionable insights and real-world strategies to keep your store fast and reliable.

Tune in to the full event

DEV is partnering to bring live events to the community. Join us or dismiss this billboard if you're not interested. ❤️