Results 1 to 9 of 9
how do i End Task for a crashed application "i.e. Mozilla">?...
- 06-21-2003 #1Linux User
- Join Date
- Jun 2003
- Location
- Minnesota, USA yes.....
- Posts
- 479
End Task for linux?
how do i End Task for a crashed application "i.e. Mozilla">?
- 06-21-2003 #2Linux Engineer
- Join Date
- Jan 2003
- Location
- Lebanon, pa
- Posts
- 994
You can get the pid from ps then use kill <pid> to kill it.
- 06-21-2003 #3Just Joined!
- Join Date
- Jun 2003
- Location
- Helsinki, Finland
- Posts
- 78
Or you can
Code:$ killall mozilla-bin
- 06-22-2003 #4Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
Or
Anyway, if you'd like a more user-friendly solution, there is always the System Monitor for GNOME and the System Guard for KDE>Code:kill -KILL `pidof mozilla-bin`
- 10-21-2003 #5Just Joined!
- Join Date
- Oct 2003
- Location
- USA
- Posts
- 5
I think most allow you to use
~mdevilzCode:CTRL+ALT+ESC
- 10-21-2003 #6Isn't it: "Kill -f" or is "-KILL" even more persuative? (Don't rember seeing it in the list of switches to kill)
Originally Posted by Dolda2000 Regards Scienitca (registered user #335819 - http://counter.li.org )
--
A master is nothing more than a student who knows something of which he can teach to other students.
- 10-22-2003 #7Just Joined!
- Join Date
- Oct 2003
- Location
- USA
- Posts
- 5
well in SuSE 8.0 and 8.2 Pro
when you are in an X server or maybe just KDE and you press CTRL+ALT+ESC
it brings up a skull and bones cursor
and when u click on an applactaion it dies
~mdevilz
- 10-22-2003 #8Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
the aplication you speak of is "xkill" run it from command line and click the window as you say mdevilz.
I use 'ps aux' and kill the pid of whatever it is thats crashed normaly.
- 10-23-2003 #9Linux Engineer
- Join Date
- Apr 2003
- Location
- Sweden
- Posts
- 796
You can kill a program in a bounch of ways... both kill the PID and ctrl + alt + esc workes.
Regards
Andutt


Reply With Quote
