Answer Posted / 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 |
Post New Answer View All Answers
What is the first line in a shell script?
Is shell a part of kernel?
What is the way to do multilevel if-else's in shell scripting?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
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 are the advantages of shell scripting?
What does echo $0 do?
Set up a Sev 2 alert when the Primary WA service fails. A windows batch script needs to be created that will monitor the WA service on the Primary and when the service stops/fails a Sev 2 TT is generated for a particular team ?
What language is bash written in?
What are the different types of variables used in shell script?
How do I start a shell script?
How can you find out how long the system has been running?
What is wc in shell script?
How do you find out What is your shell?
How to print pid of the current shell?