Jan 4, 2007 #1 mag007 IS-IT--Management Nov 8, 2006 99 US 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
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
Jan 4, 2007 #2 thedaver IS-IT--Management Jul 12, 2001 2,741 US Are they zombies? You don't need to worry about zombies.. Throw a snapshot of the offending processes here from "ps waux" D.E.R. Management - IT Project Management Consulting http://www.dermanagement.com/ Upvote 0 Downvote
Are they zombies? You don't need to worry about zombies.. Throw a snapshot of the offending processes here from "ps waux" D.E.R. Management - IT Project Management Consulting http://www.dermanagement.com/
Jan 4, 2007 1 #3 Annihilannic MIS Jun 22, 2000 6,317 AU ps -o etime <PID> will tell you how long the process has been running. Annihilannic. Upvote 0 Downvote
Jan 4, 2007 Thread starter #4 mag007 IS-IT--Management Nov 8, 2006 99 US Annih: very nice! That helps out a lot.. Upvote 0 Downvote