What is the difference between kill and kill -9 commands?
Answer Posted / sai
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 |
Post New Answer View All Answers
What are the options of wc command?
How do I find hostname in linux?
How many linux commands are there?
Is cmake only for c++?
Which command puts a script to sleep untill a signal is recieved?
How do I check dns entry?
What is ll command in unix?
what is the fastest way to enter a series of commands from the command-line in linux
What does comm do and how to use it?
What does mkdir mean?
What does uname command do?
What is a makefile in linux?
What is pwd in linux command?
Explain shift command of linux?
What is clang format?