Zombie

Every process that is running has an entry in the process table. After the process gets executed, the process table clears out the entry and the process gets terminated. If the process gets executed and still has an entry in the process table then it is called as zombie process. This occurs for child process where the parent process executes first and is removed from the resource table. The zombie process stays in the process table for a long time and causes a resource leak.

Currently, there are no Tutorials, News articles or Forum questions related to {{ postCtrl.tagData.tag_name }} on LinuxHelp..

Do you have a question on {{ postCtrl.tagData.tag_name }}? Be the first to ask.