Answers for "kill process from pid"

1

mac kill process by PID

$ sudo kill -9 PID
Posted by: Guest on October-04-2020
1

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language