Results 1 to 10 of 17
Hi, i just install Suse 9.3 pro . It's my first try to suse.
I am getting some problems. First is some programs getting hang (not responding) some time. I ...
- 08-09-2005 #1Linux Newbie
- Join Date
- Jun 2005
- Location
- Dhaka, Bangladesh.
- Posts
- 150
kill application
Hi, i just install Suse 9.3 pro . It's my first try to suse.
I am getting some problems. First is some programs getting hang (not responding) some time. I want to kill that application. How can it's possible?
S. M. Ibrahim
Registered Linux User # 394440
Pentium-IV 3.00 Ghz(Cache -2MB, 64 bit), 512 MB RAM , 128 MB agp, 160 GB Hdd (SATA)
- 08-09-2005 #2
open a terminal...
your pointer becomes a small square looking thing. Place it on the stubborn app and click...Code:xkill
- 08-09-2005 #3
You could also find out the ID of the process using ps -e, and then use "kill XXX" (where XXX is the ID number of the process you wanna stop)
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 08-09-2005 #4
I'll add that you can kill all the processes of an applications without having to "ps" to get the process id that way:
Code:killall application_name
- 08-09-2005 #5and after finding its ID,Code:
ps -aux
Code:kill ID
- 08-09-2005 #6Linux Newbie
- Join Date
- Jun 2005
- Location
- Dhaka, Bangladesh.
- Posts
- 150
Ha thanks every one. All of this idea is great.
S. M. Ibrahim
Registered Linux User # 394440
Pentium-IV 3.00 Ghz(Cache -2MB, 64 bit), 512 MB RAM , 128 MB agp, 160 GB Hdd (SATA)
- 08-09-2005 #7
to run XKill you could also do:
Ctrl+Alt+Esc which will allow you to kill windows by clicking on them.Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 08-09-2005 #8Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I love this one when not working from CLI. Just be careful though with this, don't click anything else until the icon disappears from the mouse cursor. Killing the kicker-panel isn't much fun when you're new to linux
Originally Posted by d38dm8nw81k1ng
- 08-09-2005 #9
is Ctrl+Alt+Esc in Linux equal to Ctrl+Alt+Delete in Windows?
- 08-09-2005 #10
No. Ctrl-Alt-Esc changes the mouse pointer into a little skull that you can use to kill applications by clicking on them.
Ctrl-Atl-Del in linux is more similar to ctrl-alt-del in windows
Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode


Reply With Quote