What is the difference between kill and kill -9 commands?
Answers were Sorted based on User's Feedback
Answer / bharath
kill <pid>
allows to kill the normal process.
where as
kill -9 <pid>
to kill normal process and also background process.
| Is This Answer Correct ? | 20 Yes | 0 No |
Answer / majeed090
kill <pid>
to kill all process but not kill the some child process
called Zombie process.
kill -9 <pid>
by using this it kills all process forcefully.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / guest
kill used for terminate the process but kill -9 used to
kill process forcefully
| Is This Answer Correct ? | 3 Yes | 1 No |
How to write the output of a command to a file?
what is "ls* " is run options are 1) x 2).x 3) hidden 4) no disply tell exact answer.
what is mean by system calls
Enlist some linux networking and troubleshooting commands?
what is major and minor?
how is "to run even after user logs out"
A file which is not deleted by normal user and also root (using rm), for that type of file how we delete it?
What does the following command line produce? Explain each aspect of this line. $ (date ; ps -ef | awk {print $1}' | sort | uniq | wc -l ) >> Activity.log
You issue the command head * what would the resulting output be?
What is DISM command?
What are the options of wc command?
When u comment the ctrl+alt+del trap in the /etc/inittab save the file. Tell the command to save the changes without rebooting the machine?