Top "Kill" questions

Kill is an operation of removing an object or process from memory so that other processes/variables can use them.

How to kill all subprocesses of shell?

I'm writing a bash script, which does several things. In the beginning it starts several monitor scripts, each of them …

bash shell process fork kill
Android kill process

How to kill whole application in onne single click.. finish() is not working?? it redirects to tha previous activity...pls …

android process kill
How to kill a process in cygwin?

Hi i have the following process which i cant kill: I am running cygwin in windows xp 32 bit. I have …

process cygwin kill
Kill Process Excel C#

I have to 2 process excel. For example: 1) example1.xlsx 2) example2.xlsx How to kill first "example1.xlsx"? I use this …

c# process kill
How to kill my own Activity - the hard way

So I have my Activity, and on pressing a "Quit" button I call Activity.finish(). This effectively closes my application. …

android process android-activity kill
Kill process after a given time bash?

I have a script that tries to make a DB connection using another program and the timeout(2.5min) of the …

bash kill
How can I prevent my Android app/service from being "killed" from a task manager?

It is very important that my service stay running until someone with a password stops the service from my UI …

android service kill taskmanager
How to kill a running process using ansible?

I have an ansible playbook to kill running processes and works great most of the time!, however, from time to …

process ansible kill ansible-2.x kill-process
How to find out which Node.js pid is running on which port

I'd like to restart one of many Node.js processes I have running on my server. If I run ps …

node.js port kill pid
Ctrl-C i.e. KeyboardInterrupt to kill threads in Python

I read somewhere that KeyboardInterrupt exception is only raised in the main thread in Python. I also read that the …

python multithreading kill keyboardinterrupt