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
How will you find the 99th line of a file using only tail and head command?
Is it possible to substitute "ls" command in the place of "echo" command?
What is path variable bash?
When should shell programming/scripting not be used?
What are the different types of variables used in shell script?
What is the use of a shebang line?
Is powershell a language?
Which scripting language is best for automation?
how to print the matrix form of 2-d, 3-d arrays in unix c shell scripts ?
Is shell script a programming language?
What is the best scripting language?
What will happen to my current process when I execute a command using exec?
What is the command to find out users on the system?
I want to connect to a remote server and execute some commands, how can I achieve this?
What is a shell? · Types of shell · what is shell scripting?