Killing zombie processes
Zombie processes are very hard to kill, like cave trolls, but there is a way. We need to get the parent IDs for them and use those.
ps -Al
kill <ppid>
Zombie processes are very hard to kill, like cave trolls, but there is a way. We need to get the parent IDs for them and use those.
ps -Al kill <ppid>