Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 09 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 09

The way I do it is oen a terminal window,

> ps ax | grep <process name>

where <process name> is the process or programme you want to kill

> kill -9 PID

where PID is the Process-ID of the process/programme in question (you
get this from the ps|grep command above)

oh, and ">" refers to the command line prompt

There may be a more "graphical" way of doing this, but I've never
looked for one.

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on How do I kill processes in 9.04? Or get search suggestion and latest updates.


Tagged: