Generation

linuxThu, 17 Nov 2022

kill process running at port 8080

lsof -i :8080 # see all processes running at port 8080 kill PID # where PID is the process ID of the process

Questions about programming?Chat with your personal AI assistant