How Linux terminate / kill the process?

Use kill -9 process ID  command, but forced to terminate the process. If you are using directly kill process ID  command, then let the process "itself a break." So, generally kill -9 process ID  used more.

Guess you like

Origin www.cnblogs.com/aisowe/p/11415915.html