what is the difference between KILL and KILL -9?
Answer Posted / viraj
The simple kill command will give the signal SIGTERM, while
kill -9 will give the signal SIGKILL.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Who invented grep?
Which unix command to make a new directory?
How to use grep command to list find the records of a file containing 10 different strings?
What are awk commands?
Write a command to display a file’s contents in various formats?
What is the general format of unix command syntax?
What does #!/ Bin sh do?
What does grep v do?
Which command is used to delete all files in the current directory and all its sub-directories?
What is ctrl d?
How to display no of records in oracle using unix command?
Why is it called grep?
What is used to type command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include