Answers for "kill process in cent os with cmd"

9

cmd kill process

## check and kill used "ports"
netstat -ano | findstr :8080
taskkill /PID <yourid> /F
Posted by: Guest on February-19-2021
0

kill a process linux

sudo kill -9 <PID>
Posted by: Guest on September-16-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language