[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Force kill a process?



2006/7/11, Hans du Plooy <hans@ananzi.co.za>:
On Tue, 2006-07-11 at 09:28 -0400, Alec Berryman wrote:
> Can you 'invoke-rc.d proftpd stop'?
It runs without any error, but the processes are stillthere.

> will ask the process to exit.  kill -9 <pid> will tell it to quit, now.

Doesn't do anything :-(

Thanks
Hans


other way to kill the process...

_exit number of pid
_Exit number of pid
exit number of pid

these the easier commands, other are:

wait
wait2
wait4
waitpid

read the man and good luck.



Reply to: