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
Is grep faster than awk?
Does cp command overwrite files?
Is it inbetween or in between?
What is difference between grep and find command in unix?
What is the difference between grep and grep?
Are you in or at the office?
What is grep r?
What is “chmod” command?
Differentiate cat command from more command.
What is grep command in unix with examples?
What command is used to switching between users in unix?
What are file commands?
What does the command '$ls | wc –l > file1' do?
How does the system know where one command ends and another begins?
Write a command that will display files in the current directory, in a colored, long format.