That is the point, the process is unkillable. With any kill signal.

On Sat, Nov 15, 2008 at 11:00 AM, Srujan <[EMAIL PROTECTED]> wrote:
> Hi,
>
> As of my knowledge, you can any process by using pkill or kill..
>
> In you case , please do this .
>
> #ps -el { show all running process in system}
> { identify the process using }
>
> pkill -HUP < process ID>
>
>    (or )
>
> #pgrep -l jav*
>
> { system responds with PID}
>
> #kill -9 <PID>
>
> VERY EASY.
> --
> This message posted from opensolaris.org
> _______________________________________________
> sysadmin-discuss mailing list
> [email protected]
> http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss
>



-- 
Joel Cesar Zamboni
[EMAIL PROTECTED]
_______________________________________________
sysadmin-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/sysadmin-discuss

Reply via email to