Thanks Cameron

On 21:18 10 Mar 2002, Linux <[EMAIL PROTECTED]> wrote:
| According to "top" I have 1 zombie process. How do 1 find out which one it
| is

It'll show up in "ps axf" with [square brackets] around its name.

| so I can kill it?

You can't, and don't need to. After a process dies its details are left
around in the process slot so that its parent can use the wait() system
call to collect this status. Otherwise, it's consuming no resources
and isn't a problem.  All it means is that the process has not yet been
waited on.
-- 
Cameron Simpson, DoD#743        [EMAIL PROTECTED]    http://www.zip.com.au/~cs/

Try moving off NT easily.  You can move from Solaris to HP/UX to AIX or
DEC easily-- relative to moving off of NT, which is like a Roach
Motel.  Once you check in, you never check out.
        - Scott McNealy, Sun Microsystems



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



This mail was processed by Mail essentials for Exchange/SMTP, 
the email security & management gateway. Mail essentials adds 
content checking, email encryption, anti spam, anti virus, 
attachment compression, personalised auto responders, archiving 
and more to your Microsoft Exchange Server or SMTP mail server. 
For more information visit http://www.mailessentials.com



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to