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 calculate the number of passed arguments?
What does the sh command do?
What are the different variables present in linux shell?
How do I open a jshell in cmd?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
What is c in shell script?
Give some situations where typing error can destroy a program?
Can shell script run on windows?
c program to implement unix/linux command to block the signal ctrl-c and ctrl-\ signal during the execution ls -l|wc -l
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.
How can you get the value of pi till a 100 decimal places?
How do I run a .sh file on mac?
How to get the 3rd element/column from each line from a file?
How do you find out What is your shell?
What is sudo command?