When doing ps -acx, I noticed a bunch of processes that should have been long dead (including cp and mv processes), marked with status "Z". I can see from the ps man pages that Z means zombie, but I can't find any explanation of how a zombie process differs from any other dead process.
1) How does a zombie differ from a dead process?
2) How does a process end up being a zombie instead of dying?
3) How do you kill a zombie (and should you)?
4) Is a zombie a bad thing?
1) How does a zombie differ from a dead process?
2) How does a process end up being a zombie instead of dying?
3) How do you kill a zombie (and should you)?
4) Is a zombie a bad thing?