>>>>> "Peter" == Peter S Galbraith <[EMAIL PROTECTED]> writes:
Peter> I have a lot of these processes on my system: ... Peter> How do I determine what process started them? pstree. it's in the psmisc package. or you could figure it out the hard way by asking 'ps' for the parent PID. the '-f' option to ps will do this, or you can use the '-o' option to ask for specific fields. -- joe