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

There wouldn't be any special mention of how to kill a process in ubuntu
since processes can be killed in exactly the same way as they have for
the past 40 years in unix.

In a terminal, type "kill <process id>" if you know the process id - if
you don't know the process id, you can use the "killall" command and use
the process name - e.g. "killalll firefox".

As mentioned, you can also use the top command to view and selectively
kill processes.

If you're in a gui environment, there are several types of gui process
monitors, but generally, to kill a gui app one needs only to click the
terminate button on the upper right hand corner of the window.

But if you want to see a graphical representation, you can fire up the
process monitor. In gnome for instance, this is called "system monitor"
and it's in the system administraton menu.

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: