Answers for "what is the command to kill a process"

2

how to kill a process with linux

ps ux #list the running proccess
kill -9 <PID>
Posted by: Guest on January-23-2021
5

how to kill process

sudo kill <PID>
Posted by: Guest on December-27-2020

Python Answers by Framework

Browse Popular Code Answers by Language