LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to kill process without rebooting (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-kill-process-without-rebooting-621341/)

ravibhure 02-15-2008 07:02 AM

how to kill process without rebooting
 
Hi minds

[root@arya root]# ps -x | grep mt
22879 ? D 0:00 mt -f /dev/st0 erase
24529 pts/2 S 0:00 grep mt

[root@arya root]# killall -KILL 22879
[root@arya root]# kill 22879

I tried to kill "mt" process but it does not kill anymore when i put
"ps -x | grep mt" it shows below

[root@arya root]# ps -x | grep mt
22879 ? D 0:00 mt -f /dev/st0 erase
24529 pts/2 S 0:00 grep mt

Any one tell me how to kill this process without rebooting.

ajay.ringne 02-15-2008 07:06 AM

Try..
kill -9 process_id

thekid 02-15-2008 09:05 AM

Edit: Nevermind.

jasonpower 02-15-2008 09:08 AM

Watch the video it will tell you the answer.
http://www.youtube.com/watch?v=Fow7iUaKrq4
KILL -9!


All times are GMT -5. The time now is 04:11 AM.