What is the difference between kill and kill -9 commands?
Answer Posted / sai
kill command uses signal SIGTERM to kill processes by default it is kill -15
kill -9 uses the sinal SIGKILL to kill a processes (i.e force termination of processes )
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I stop a linux job?
What are the commands in linux?
What is the difference between cd and cd in linux?
What would be the result of issuing the command cat phonenos?
What does mkdir mean in linux?
How do I run a command in linux?
How do you do nslookup?
How do I run a script in linux?
What are the examples of simple command?
What is help command in linux?
What is $$ in shell script?
Which command is used to check the number of files and disk space used and the each user’s defined quota?
How do I run a .sh file in linux?
What is cat command in linux?
What the command used for list the contents of your home directory, current directory and all subdirectories?