Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to kill a process by PID in linux

kill -9 1234
//where 1234 is process ID and -9 is an option to send a KILL singal
Source by linuxconfig.org #
 
PREVIOUS NEXT
Tagged: #kill #process #PID #linux
ADD COMMENT
Topic
Name
8+2 =