LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   end task (https://www.linuxquestions.org/questions/linux-newbie-8/end-task-15038/)

digital bots 02-25-2002 12:27 PM

end task
 
how do you end a task in linux?

pperon 02-25-2002 01:02 PM

Well, you can kill a task with the 'kill' command.

Normally (I prefer)

kill -9 1234

where 1234 is the id.

trickykid 02-25-2002 01:11 PM

use ps -aux or top to obtain the pid ( process id number )


All times are GMT -5. The time now is 07:05 PM.