what does "kill -9" and "kill -1" do
Answers were Sorted based on User's Feedback
Answer / jitesh varshney
Kill -9
===> send sure kill signal to process..
but, remember it can't kill all processes
eg: init process
run : kill -9 1 [it can't effect]
Kill -1
===> send signal hangup to process..
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / supreetha
kill -9
--> sends termination signal to the process
| Is This Answer Correct ? | 6 Yes | 1 No |
write a shell script that counts a number of unique word contained in the file and print them in alphabetical order line by line?
What is the syntax of while loop in shell scripting?
What makes c shell a more preferable option than the bourne shell?
What is Path variable?What is its use?
What is Linux language details
shell script for reverse the string
Write down the syntax of "for " loop
What is an inode block?
I want to read all input to the command from file1 direct all output to file2 and error to file 3, how can I achieve this?
Hi, i want to zip the files that generates automatically every few minutes (files generated are in .arc extension)....any body write a script for this... thanks in advance
How to find duplicate record in file using shell script?
0 Answers IBM, Saama Tech, Wipro,
How to get script name inside a script?