"kill pid" where pid is the process id
if kill doesn't work, then try " kill -8 " then "kill -4 ", the
signal (-8, -4) you send is safe enough, IMHO I used it all times.
The reason you are sending it the above signal is becasue you really
don't want o send a -9 to your process; it's not a nice thing to do to your process.


[Edited by tekion on 01-28-2002 at 01:15 PM]