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 |
I Forgot My Windows Vista Password! How Can I Find My Windows Lost Password?
What is .sh file in mac?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
wats the deinitions for shell utility and filter?
What is shell and terminal?
What are script files?
how do you write sql queries using shell script for eg:- we have databae table like EMPNO,ENAME,SAL,DEPTNO columns in EMP table how you display EMPNO,SAL FIELDS from emp in SHELL SCRIPT please explain with an example
What is the difference between scripting and coding?
What is $1 in shell scripting?
What is an sh file?
What language is shell scripting?
What is a shell script in windows?