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
Explain grep command.
What is ulimit in linux?
How do you create a file?
What is mask and umask in linux?
Why we use pwd command in linux?
Which of the Commands delete the files from the /tmp directory, issued by non-root user?
Why do we use cmake?
Which commands are used to set a processor-intensive job to use less cpu time?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
What is makefile in unix?
What is cmake in linux?
What is linux load average?
What is clang linux?
What is command line in unix?
What is df -i command?