How to kill processes in “D” state in Linux
If a process is shown with process state "D" in tools like ps or top, then it's an uninterruptable process. Example: ps axl | grep D F UID PID PPID PRI NI VSZ RSS WCHAN STAT TTY TIME COMMAND 4 104 2579 9109 20 0 5024 2116 refrig D ? 0:00 cleanup -z -t unix ... Read more