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 console line?
How many prompts are available in a UNIX system?
What is the first line in a shell script?
What is gui scripting?
what is info area how many types?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
how to get part of string variable with echo command only?
Why should we use shell scripts?
Is shell scripting a programming language?
what is this line in the shell script do ?#!/bin/ksh
What is shell variable?
How to make userdefined variables to available for all other shells?