how can I kill a Linux process in java with SIGKILL Process.destroy() does SIGTERM
- by ekeren
In Linux when I run the destroy function on java.lang.Process object (Which is true typed java.lang.UNIXProcess ) it sends a SIGTERM signal to process, is there a way to kill it with SIGKILL?