The thing he didn't cover is that a zombie process not only doesn't have its memory cleaned up, but also resources like open files or bound ports and sock files. So that can be annoying if you have a process consuming a port and it will not die to free it.
I just do:
reboot now
The thing he didn't cover is that a zombie process not only doesn't have its memory cleaned up, but also resources like open files or bound ports and sock files. So that can be annoying if you have a process consuming a port and it will not die to free it.