PDA

View Full Version : Programs won't close!!!!



computerkid14
09-04-2003, 10:36 AM
Hey
Sometimes when i open a program it wont close i tried ALT F4 and to close it what can i do?

Superstoned
09-04-2003, 11:12 AM
hi!

there is a program, named Xkill, which can help you... you might also use the taskmanager of kde, I dunno its name (using winblows now, just screwed up my linux installation ;))
look for xkill, or type it in console (which might work also)!

grtz

aay
09-04-2003, 03:31 PM
Hey
Sometimes when i open a program it wont close i tried ALT F4 and to close it what can i do?

1. Open a shell

2. Type: "ps aux |grep name_of_program"

3. Look at the pid which is returned and then type: "kill pid_of _program" or if that doesn't work "kill -9 pid_of_program"

computerkid14
09-05-2003, 07:23 AM
Hi
thanks for your help
Nathan

Superstoned
09-05-2003, 01:24 PM
guess we like helping ;-)

and that's great, cuz that is how it works... others have helped me, now I can help some-one else.

grtz