Skip to main content
Add process stats in text
Source Link

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.

Screenshot of top command

 ps -Z 31806
 LABEL                             PID TTY      STAT   TIME COMMAND
 unconfined                      31806 ?        RN   1137:41 du

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.

Screenshot of top command

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.

Screenshot of top command

 ps -Z 31806
 LABEL                             PID TTY      STAT   TIME COMMAND
 unconfined                      31806 ?        RN   1137:41 du
deleted 68 characters in body
Source Link

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 many answers on StackExchange shows how to kill a zombie state, but this is in R running state, yet it does not appear to be responding to my kill signals.

Screenshot of top command

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 many answers on StackExchange shows how to kill a zombie state, but this is in R running state, yet it does not appear to be responding to my kill signals.

Screenshot of top command

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.

Screenshot of top command

Source Link

Kill a stuck process in running state

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 many answers on StackExchange shows how to kill a zombie state, but this is in R running state, yet it does not appear to be responding to my kill signals.

Screenshot of top command