LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to kill/terminate the user created thread, while it is executing? (https://www.linuxquestions.org/questions/linux-software-2/how-to-kill-terminate-the-user-created-thread-while-it-is-executing-800560/)

sudheer.vnr 04-07-2010 06:45 AM

How to kill/terminate the user created thread, while it is executing?
 
How to kill/terminate the user created thread, while it is executing?

Sayan Acharjee 04-07-2010 06:51 AM

Quote:

Originally Posted by sudheer.vnr (Post 3927312)
How to kill/terminate the user created thread, while it is executing?

What do you mean by "user created thread", if you are talking about a process executed by a particular user then you can run the following command:
Quote:

#kill -9 pid_of_the_process


All times are GMT -5. The time now is 10:48 AM.