saisai


{ City }
< Country > india
* Profession *
User No # 95118
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 2
Users Marked my Answers as Wrong # 0
Questions / { saisai }
Questions Answers Category Views Company eMail




Answers / { saisai }

Question { Sabre, 9958 }

What is the difference between kill and kill -9 commands?


Answer

kill command uses signal SIGTERM to kill processes by default it is kill -15
kill -9 uses the sinal SIGKILL to kill a processes (i.e force termination of processes )

Is This Answer Correct ?    2 Yes 0 No