List all the running processes:

Code:
ps -A


Find the naughty process id then:

Code:
kill -SIGKILL pid


To kill it off.


Edited by andym (23/06/2008 14:29)
_________________________
Cheers,

Andy M