Terminating Process in Linux

Kill a Process

•kill PID

•kill -SIGNAL PID

•Kill –s 9 pid

•Kill -9 pid

•kill -15 PID