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

Re: How to kill process?



Muhammad Rizwan escribió:

Hello

I am trying to terminate process through kill command as:
kill 2002 (Here 2002 is pid of specific process)
Now when i check to see pidof process, it shows me the pid of that
specific process (i.e 2002), although i terminated it through kill
command.

Any ida, how can i kill this process?

Thanks



probe with:    kill -9 <PID>

--
Cecilio Marín - Essi Projects S.A.
Pl. Prim, 4 - CP 43.001 - Tarragona
Telf. 00 34 977 221 182
Móvil. +34 667 56 92 74

Cecilio Marin essiprojects com     www.essiprojects.com



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