What is the difference between kill and kill -9 commands?
Answer Posted / majeed090
kill <pid>
to kill all process but not kill the some child process
called Zombie process.
kill -9 <pid>
by using this it kills all process forcefully.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the fastest way to enter a series of commands from the command-line?
How lilo is useful in linux?
What is cd command used for?
Explain the ‘ls’ command in linux
What is $@ in shell?
How can we increase disk read performance in single command in Linux?
What is 9 in kill?
How do you create a file?
What is free linux?
You wish to print a file ‘draft’ with 60 lines to a page. What command would you use?
What is command example?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?
Which Command used to lock user password in Linux?
How do you limit memory usage for commands?
What is makefile target?