openSUSE Forums > Archives > SF Archives > ARCHIVES - Software > ARCHIVES - Software Recommendations & Requests » Is There Any Program From Which I Can Kill Runing Application?[solved]

Go Back   openSUSE Forums > Archives > SF Archives > ARCHIVES - Software > ARCHIVES - Software Recommendations & Requests
Forums FAQ Members List Search Today's Posts Mark Forums Read


ARCHIVES - Software Recommendations & Requests A place to comment about software you want, like, or dislike

 
Page 1 of 2 1 2
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 20-Apr-2008, 16:01
Djordje
Guest
 
Posts: n/a
Default

As I said in topic.

It would be great to recommend me some GUI program not terminal kommand
  #2 (permalink)  
Old 20-Apr-2008, 16:40
swerdna
Guest
 
Posts: n/a
Default

Hi
ctrl+esc brings up ksysguard wher u can kill things runnung under user.
su to root in a terminal then enter ksysguard to get the gui for ksysguard for killing root-owned processes

Swerdna

PS for KDE, don't know if it works for Gnome
  #3 (permalink)  
Old 20-Apr-2008, 16:46
Snakedriver
Guest
 
Posts: n/a
Default

Quote:
Hi
ctrl+esc brings up ksysguard wher u can kill things runnung under user.
su to root in a terminal then enter ksysguard to get the gui for ksysguard for killing root-owned processes

Swerdna

PS for KDE, don't know if it works for Gnome
[/b]
Also, In a terminal, do "ps aux"
See what the pid is
Type "kill -9 PID#"
if it's a root app
su
password
then kill

Have fun
  #4 (permalink)  
Old 20-Apr-2008, 17:33
ken_yap
Guest
 
Posts: n/a
Default

Generally it's better to do a plain

kill PID

which is the same as

kill -TERM PID

to give apps a chance to exit cleanly. Then I usually try HUP next before KILL.

kill -HUP PID
kill -KILL PID
  #5 (permalink)  
Old 20-Apr-2008, 20:08
BNG22908
Guest
 
Posts: n/a
Default

Type "ps aux | grep NAME.OF.THE.PROGRAM" to see the PID#, then type "kill -9 PID#"
  #6 (permalink)  
Old 20-Apr-2008, 20:27
ken_yap
Guest
 
Posts: n/a
Default

If you know the name of the process and you are sure there is only one by that name, you can also do

killall nameofprocess

The same signals are available, TERM, HUP, KILL, etc.

Sometimes the name is not the one you expect, e.g. firefox is actually firefox-bin because firefox is a shell script that starts up the actual program. But you can figure it out from the ps output the first time.
  #7 (permalink)  
Old 20-Apr-2008, 21:47
gropiuskalle
Guest
 
Posts: n/a
Default

Quote:
It would be great to recommend me some GUI program not terminal kommand[/b]
Ctrl + Alt + Esc will turn your mouse-arrow into a skull, with which you can click the application you'd like to kill via leftclick. Hit the right mouse-button in case you change your mind (and aim well).

Works at least in KDE.
  #8 (permalink)  
Old 20-Apr-2008, 22:57
RaX
Guest
 
Posts: n/a
Default

Quote:
Ctrl + Alt + Esc will turn your mouse-arrow into a skull, with which you can click the application you'd like to kill via leftclick.[/b]
Really nice tip, didn't know about that.

Just a tricky question... can you use that tip to kill an application that is running in the system tray ??? I mean an application that you probably dont see in front of other application or one you can switch by [ALT] + [TAB], it's just running in the tray (eg. amarok, KSnapshot, KGet, etc.)
  #9 (permalink)  
Old 21-Apr-2008, 00:18
The Black Cat
Guest
 
Posts: n/a
Default

Quote:

Ctrl + Alt + Esc will turn your mouse-arrow into a skull, with which you can click the application you'd like to kill via leftclick. Hit the right mouse-button in case you change your mind (and aim well).

Works at least in KDE. [/b]
The command-line equivalent is "xkill", which as near as I can tell operates identically. The ctrl-alt-esc may actually just call xkill. If that is the case it is not guaranteed to actually kill the program, but in my experience it usually does. Be careful not to click on the desktop or panel or you will kill your desktop or panel (respectively). I would suspect that it would not work on system tray applets, but I am too scared to try.

I think the gnome equivalent of ksysguard is gnome system monitor, but it crashes for me so I don't know if it can actually kill processes.
  #10 (permalink)  
Old 21-Apr-2008, 02:13
Djordje
Guest
 
Posts: n/a
Default

Thanks friends.

This was helpfull
 
Page 1 of 2 1 2

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2