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
What is used to type command?
What are bash commands?
What is nr in awk command?
What is the difference between grep and grep?
What is the first character of the output in ls l command?
Which command should you use to find the remaining disk space in unix server?
How can you see the command line history?
Using unix command how to display no of records in oracle?
Does cp command overwrite files?
Is command prompt unix?
What is the nmap command?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Explain command to show the space allocation of files?
What is command substitution?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?