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 |
What is bourne shell scripting?
Can you write a script to portray how set –x works?
Why is a script important?
Write a shell script that adds two numbers if provided as the command line argument and if the two numbers are not entered throws an error message.
What is the difference between break and continue commands?
HOW TO CREATE 10 USERS IN UNIX(HP-UX) USING SHELL SHELL SCRIPT?
Determine the output of the following command: [ -z “” ] && echo 0 || echo 1
What does $@ mean bash?
How do you know which shell I am using?
What is the use of break command?
How to know that your remote server is ruing smoothly or not in unix?
How do I open the shell in cmd?