what is the difference between KILL and KILL -9?
Answer Posted / daniel
The simple kill command will give the signal SIGTERM, while kill -9 will give the signal SIGKILL.
| Is This Answer Correct ? | 44 Yes | 2 No |
Post New Answer View All Answers
What command is used to check the current users?
Explain how to use grep command to list find the records of a file containing 10 different strings?
How do I run a bash script?
How do I find previous commands in unix?
What are file commands?
What command is used to switching between users in unix?
Can you enlist some commonly used network commands?
What are the differences among a system call, a library function, and a unix command?
Is ‘du’ a command? If so, what is its use?
What happens when we execute a unix command?
Which command will print your home directory on screen?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the comma to display different lines that are found when compare two files?
What is the functionality of a top command?
What is .sh file?