I am trying to kill a du -mh command that has been stuck running for 18 hours. I have tried many kill signals kill -15, kill -2, kill -9 as root but with no luck. Are there any other techniques to kill this process?
Note this is in R running state, yet it does not appear to be responding to my kill signals.
ps -Z 31806
LABEL PID TTY STAT TIME COMMAND
unconfined 31806 ? RN 1137:41 du
