How to kill a process
Hi all,
I need to kill a very peculiar running process. The kill command doesn't work. I've tried:
and none of those worked!
every time I do a
I see the process listed as:
This process is peculiar because its parent is init (pid=1) and it is being debuged by init.
Any suggestions how I could kill/remove this process?
Thanks,
Antonello
Mac OS X (10.3.9)
I need to kill a very peculiar running process. The kill command doesn't work. I've tried:
kill -KILL <pid>
kill -9 <pid>
sudo kill -KILL <pid>
sudo kill -9 <pid>
and none of those worked!
every time I do a
ps -p <pid>
I see the process listed as:
PID TT STAT TIME COMMAND
542 p1 SX 0:00.01 ./att2
This process is peculiar because its parent is init (pid=1) and it is being debuged by init.
Any suggestions how I could kill/remove this process?
Thanks,
Antonello
Mac OS X (10.3.9)