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
Explain ‘library functions’ with respect to unix commands?
What is the use of cut command in unix?
What is grep short for?
What happens when we execute a unix command?
Why is it called a shebang?
What is sed awk grep?
Name the general commands in using unix os for a beginner?
What is used to type command?
How can you see the command line history?
What is $0 bash?
What is ctrl d?
hw will u use awk in replacing cahrs and files
What is the difference between awk and grep?
Which command is used to delete all files in the current directory and all its sub-directories?
Who command in unix operating system?