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
Explain mount and unmount command.
What is ctrl d?
What do know about tee command?
Which unix command to make a new directory?
Differentiate cat command from more command.
How do I find previous commands in unix?
What command will change your prompt to myprompt?
Explain the steps that a shell follows while processing a command.
What is the size of time_t?
What is the significance of the 'tee' command?
How do you grep a case insensitive?
Why is it called grep?
Enumerate some of the most commonly used network commands in unix?
How can you see the command line history?
What is grep and how do you use it?