1755691 Members
3458 Online
108837 Solutions
New Discussion юеВ

kill process coda

 
Gian Paolo
Occasional Advisor

kill process coda

Hi,
when I try to kill a process it dont dead.
The process is these:
root 2252 1 0 Jan 31 ? 25:09 coda -redirect

I have try to kill whit ndd any socket...but without result.

Do you have an Idea...?

Bye
3 REPLIES 3
Hareesh A V
Advisor

Re: kill process coda

Sir,
No information you supplied about ur OS version, machine conf: etc
"Go straight hit and achieve".
Joshua Scott
Honored Contributor

Re: kill process coda

Try:
# kill -9 2252

Josh
What are the chances...
Arch_Muthiah
Honored Contributor

Re: kill process coda

Gian

# kill 2252 --- should work.
if not add -1 option

# kill -1 2252
evenafter the process still exist, then lastly try with -9 option
# kill -9 2252

to kill the any background job, use job id, in place of process id.
# kill job_id


Archunan
Regards
Archie