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 many unix commands are there?
Which command can you use to find the currently running process in unix server?
What are some command words?
What is .sh file?
What does the “echo” command do?
What do chmod command do?
What is unix command line?
How to display no of records in oracle using unix command?
What is the nmap command?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which command will print your home directory on screen?
How do you grep recursively?
What is unix command?
Which command is used to copy files?
What is awk used for?