Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.questions Subject: Re: Finding if a process is active Message-ID: <3473@auspex.auspex.com> Date: 14 Jun 90 18:56:09 GMT References: <1629@s3.ireq.hydro.qc.ca> <13095@smoke.BRL.MIL> <2546@awdprime.UUCP> Distribution: comp.unix.questions Organization: Auspex Systems, Santa Clara Lines: 8 >I thought that the "name" was stored in two separate places? It is, but that's not a "name" in the sense that it uniquely identifies the process. It's just the first N characters of the last component of the pathname of the last program "exec"ed within that process. I.e., there are *lots* of processes "named" "sh" or "csh" on most machines....