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 |
c program to check whether all the directories in the path exists has read and write permission
Write down the syntax for all the loops in shell scripting.
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
What are the 4 basics of OOP?
What is the command to find out users on the system?
What is the need of including script interpreter in your shell script?
What is ms powershell?
Write a shell program to test whether a given number is even or odd?
What is the crontab?
What is the syntax of "nested if statement" in shell scripting?
write a program to display all the files from the current directory which are created in particular month
What are the 3 standard streams in linux?