SyntaxFix
Write A Post
Hire A Developer
Questions
lsof -i tcp:8000 This command lists the information about process running in port 8000
lsof -i tcp:8000
kill -9 [PID] This command kills the process
kill -9 [PID]