I want to kill zombie process, but with using kill 9 i
cannot kill that process? can u tell other commands?
Answer Posted / venkat
Zombie :
This is the dead process. We can not kill this directly this
process. Since zombie is the child process created by some
parent process.
so sometimes parent process will leave it for future
process. So need to send SIGCHILD signal to parent process
to kill zombie.
command:
" kill -s SIGCHLD <ppid> " ; ppid --> parent process id.
From this way we can kill zombie processes.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
How do you do nslookup?
What is iptables command in linux?
What is the difference between kill and kill in linux?
What does grep command do?
What is the symbol of linux?
What is clang llvm?
What is $@ in shell?
Which command is used to compare the files?
Enlist some linux to file content commands?
What is pwd in linux command?
How do I create a .txt file?
What does in makefile do?
What is ulimit in linux?
What will happen when a system call is encountered in a user program?
How many types of dos commands are there?