Please let me know the difference between kill and kill -9
____________________________________________________________________________
kill is used for end process kill -9 is used for forcefully end the proces
__________________________________________________________________________________
Kill will send signal 15 which is default i.e SIGTERM 15. Some processes will not be killed by this.
Kill -9 is SIGKILL which is forceful kill.
____________________________________________________________________________
kill is used for end process kill -9 is used for forcefully end the proces
__________________________________________________________________________________
Kill will send signal 15 which is default i.e SIGTERM 15. Some processes will not be killed by this.
Kill -9 is SIGKILL which is forceful kill.
No comments:
Post a Comment