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

Reply via email to