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
How do you create a file?
What does mkdir do in linux?
What is dos and its commands?
How do you ask politely?
What does grep grep do?
Is llvm a compiler?
How do you do nslookup?
What is makefile in unix?
What does cd – command do?
What the command used for search file or files for specific text?
How do I navigate in cmd?
You have a tab delimited file called phonenos and want to change each tab to four spaces. What command can you use to accomplish this?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
How use more command in linux?
How lilo is useful in linux?