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 to get part of string variable with echo command only?
i have 2 tables 4 colums table 1 respective values a1 6, a2 8,a3 9,a4 14 & table 2 respective values a1 6, a2 8, a3 9, a4 12. if compare 2 tables 3 colums values same then 4th column values 1)Qes diff >5 then (5 * diff value ) 2)Qes diff <5 the 5 3)Qes diff 5 then 5 print respective values..
What language is used in terminal?
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Determine the output of the following command: name=shubham && echo ‘my name is $name’.
What is the difference between grep and egrep?
What is the use of a shebang line?
What is the syntax of while loop in shell scripting?
Is it possible to substitute "ls" command in the place of "echo" command?
What is a shell in operating system?
what is info area how many types?
How will you print the login names of all users on a system?
What is path variable bash?
How are shells born?
How can you get the value of pi till a 100 decimal places?