AlbertAguirre
Programmer
With `ps -ef` I get this:
root 5591462 7754 0 0:00 <defunct>
I attempt `kill -9 5591462`
but I get nothing. No error, looks like it worked but process still exists.
Why?
root 5591462 7754 0 0:00 <defunct>
I attempt `kill -9 5591462`
but I get nothing. No error, looks like it worked but process still exists.
Why?