LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   force kill application (https://www.linuxquestions.org/questions/linux-newbie-8/force-kill-application-633748/)

ahmad19 04-07-2008 04:06 PM

force kill application
 
hi,
i am using ubuntu when i kill some application from graphical
force quit utility it kills the window of that process but the
process still runs in back ground so i have to kill it from
terminal. is it normal like this or is there any problem with
my system.

satan0714 04-08-2008 09:02 AM

i am a Newbie also,but I think if you kill it in GUI,it will be over in terminal also.So, I think it's a problem of yours system.

jschiwal 04-08-2008 09:07 AM

Did this program crash? It wasn't able to clean up as a result of the crash and force quit. If it doesn't crash on you, quit the program normally.

marquardl 04-08-2008 01:33 PM

forked processes
 
This depends on the application in question.

If the application spawns separate processes for the GUI and for it's internal use, then killing the GUI will only kill part of the application.

GUI applications usually have a Quit button, so if you have to kill it per se, then there is already something running wrong.

The Apache web server, for example, is known to spawn a lot of processes (also called forking).

Contact the developer/distributor of the application - maybe it's a known bug or something like that.

Bye,
M

Linux Archive


All times are GMT -5. The time now is 03:08 AM.