Problem Statement
Describe the lifecycle of a Linux process.
Explanation
A process in Linux goes through several states — created, running, waiting, and terminated.
When a process ends, it becomes a 'zombie' until its parent collects its exit status. Orphaned processes get adopted by the init system.
Practice Sets
This question appears in the following practice sets: