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
What is updatedb?
Is ‘du’ a command? If so, what is its use?
What is grep command in unix with examples?
what is the advaantage of each user having its own copy of the shell?
Is grep faster than awk?
What command is used to switching between users in unix?
What does grep v do?
What is merge command in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
Differentiate cmp command from diff command.
hw will u use awk in replacing cahrs and files
What does touch command do in unix?
What is grep r?
What is the command to compare two files 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)?