I have several processes that just refuse to be killed.
I did a kill -9, and the process is still there with the same PID. The parent is PID 1.
Any better way?
How can I find out, when the process started? ps -ef just gives me '2006', no exact date.
TIA