UNIX processes

Erno Kuusela erno-news at erno.iki.fi
Tue Sep 10 07:52:52 EDT 2002


In article <mailman.1031654172.15956.python-list at python.org>, "Bo
M. Maryniuck" <b.maryniuk at forbis.lt> writes:

| Hi, all.
| Somebody know how to list all the processes in RIGHT way on Linux/UNIX?
| I need to find the zombies, stopped processes etc.

use the ps program (ps -e works on linux). there is no other
standard api for it.

  -- erno




More information about the Python-list mailing list