what is the difference between KILL and KILL -9?
Answer Posted / viraj
The simple kill command will give the signal SIGTERM, while
kill -9 will give the signal SIGKILL.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How can we use grep command in unix?
How do you grep recursively?
What is the use of egrep command in unix?
How does pipe () work?
Explain command to view process running?
What are the differences among a system call, a library function, and a unix command?
What do know about tee command?
What happens when we execute a unix command?
What is the difference between awk and grep?
How does the system know where one command ends and another begins?
Write a command to display a file’s contents in various formats?
What is .sh file?
How to use grep command to list find the records of a file containing 10 different strings?
What are filter commands in unix?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?