What does a program do when it’s sent SIGKILL signal?
When I used killall -9 name
to kill a program, the state become zombie. Some minutes later, it stopped really.
So, what’s happening during those minutes?
When I used killall -9 name
to kill a program, the state become zombie. Some minutes later, it stopped really.
So, what’s happening during those minutes?