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 sort cpu in top command?
How can you check the amount of lines in a file?
What is know about grep commands?
How many commands are there in linux?
Which command is used to review boot messages?
Explain about gzip filename?
What is the command to delete a file linux?
What does free command do in linux?
What does comm do and how to use it?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
What is iptables command in linux?
What is command example?
How do I run a script in linux?
What is df -i command?
Why is linux cpu usage so high?