Linux

What are the possible states of a process in Linux?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Running (R) Uninterruptible Sleep (D) - The process is waiting for I/O Interruptible Sleep (S) Stopped (T) Dead (x) Zombie (z)