Linux

How do you kill a process in D state?

Difficulty: unrated

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

Answer

A process in D state (also known as "uninterruptible sleep") cannot be killed using the "kill" command. The only way to terminate it is to reboot the system.