Answers for "ps kill process by id"

2

kill process from pid

kill SIGNAL PID

#Example
kill -9 3827

#See more information from : https://www.linux.com/training-tutorials/how-kill-process-command-line/
Posted by: Guest on January-06-2021
5

how to kill process

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language