sym
10-16-2001, 03:42 PM
I had a process that I tried to kill. I tried the following:
kill <pid>
kill -9 <pid>
killall <process name>
killall -9 <process name>
several other variations of the above.
None of these commands got rid of the process. I was wondering what I was doing wrong. I did man kill and man killall, but that didn't clarify it much.
Thanks.
kill <pid>
kill -9 <pid>
killall <process name>
killall -9 <process name>
several other variations of the above.
None of these commands got rid of the process. I was wondering what I was doing wrong. I did man kill and man killall, but that didn't clarify it much.
Thanks.