stop a particular program

Asked by aneesh

Is there any ubuntu command for stopping a particular running program ? Please give it command syntax also

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Antonio Litterio (antonio-litterio-gmail) said :
#1

Hi there is command "killall" and in graphical manner you could use System->Administration->System Monitor

Revision history for this message
Mario Tomljenović (tomljenovicmario) said :
#2

If you want to stop certain process, open up Terminal and write "ps x" without quotes. Find the process that you want to stop, and stop it with: "kill". For example, for gnome-screensaver will be written:

 2501 ? Ss 0:00 gnome-screensaver

And you stop it like this: kill 2501

Revision history for this message
Sam_ (and-sam) said :
#3
Revision history for this message
Tom (tom6) said :
#4

Hi :)

Mario's answer is good. You can also right-click on a taskbar/panel and "Add to panel" a "Force Quit" broken window icon. Then just click on the icon and then on the application that you want to kill. It defaults to giving you cross-hairs, (like a gun-sight) to kill the application with.

It sounds like you have a badly behaved program that is worth sending a bug-report in about in order to try to get it fixed.

Good luck and regards from
Tom :)

Can you help with this problem?

Provide an answer of your own, or ask aneesh for more information if necessary.

To post a message you must log in.