Answer Posted / vinod b
kill -9 uses SIGKILL signal which should not be used
because its forcible killing ,it cant be blocked or cached .
kill -15 PID will be suitable .else use killall pid as
explained in an earlier ans. kill -15 is a Termination
signal(SIGTERM)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How do I run a bash script?
What is awk good for?
What will the following command do?
Why is awk called awk?
What is the use of awk command in unix?
How do I find previous commands in unix?
What are the differences among a system call, a library function, and a unix command?
How do I use nslookup?
how to sort the content of the file based on numeric values
Who wrote grep?
Which command is used to restrict incoming messages?
How do I search for text in vi?
How can we use grep command in unix?
What do chown command do?
Who invented grep?