adspace
Answer Posted / Archit Vishnoi
Linux processes can be in one of the following states:
1. New (D): The process is being created.
2. Running (R): The process is currently executing.
3. Waiting (S): The process is waiting for an event, such as I/O completion.
4. Zombie (Z): The process has completed execution but its parent has not yet reaped it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category