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
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
What is bash command?
What is the command to check cpu speed in linux?
What command used for showing user info like Login Name, Canonical Name, Home Directory,Shell etc in Linux?
What is kill command?
How do I check cores in linux?
Is llvm a virtual machine?
What is the bash in linux?
How do I move to root in linux?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
How do I run a .sh file in linux?
What is tty in linux command?
What does chmod 755 do?
How much ram do I have linux?
How many cmd commands are there?